From e5a49f21460dab3d9f77975ebf45753ab6d22ac5 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 20 Mar 2014 21:40:06 +0100 Subject: [PATCH] Updated version number to signify an incompatible API change. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26bbbc7..9cca65d 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ if sys.version_info < (2, 7): setup( name='pysaml2', - version='1.2.0beta', + version='2.0.0beta', description='Python implementation of SAML Version 2 to be used in a WSGI environment', # long_description = read("README"), author='Roland Hedberg',