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