diff --git a/setup.py b/setup.py index cbe8452..05b0038 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ from distutils.core import setup setup( name='python-saml2', - version='0.1.0', + version='0.2.0', description='Python implementation of SAML Version 2 to be used with WSGI applications', # long_description = read("README"), author='Roland Hedberg',