diff --git a/setup.py b/setup.py index 30a2404..6d1a544 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ if sys.version_info < (2, 7): setup( name='pysaml2', - version='2.0.0', + version='2.0.1beta', description='Python implementation of SAML Version 2 to be used in a WSGI environment', # long_description = read("README"), author='Roland Hedberg',