diff --git a/setup.py b/setup.py index 15a606a..135f779 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ if sys.version_info < (2, 7): setup( name='pysaml2', - version='2.0.1', + version='2.1.0', description='Python implementation of SAML Version 2 to be used in a WSGI environment', # long_description = read("README"), author='Roland Hedberg',