diff --git a/setup.py b/setup.py index cba462d..587fafa 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ if sys.version_info < (2,7): setup( name='pysaml2', - version='0.4.1', + version='0.4.2', description='Python implementation of SAML Version 2 to for instance be used in a WSGI environment', # long_description = read("README"), author='Roland Hedberg',