Releasing new version.

This commit is contained in:
Roland Hedberg
2014-11-14 11:17:45 +01:00
parent 6c5acffada
commit c2e1ca95f4

View File

@@ -51,7 +51,7 @@ if sys.version_info < (2, 7):
setup( setup(
name='pysaml2', name='pysaml2',
version='2.1.0', version='2.2.0',
description='Python implementation of SAML Version 2 to be used in a WSGI environment', description='Python implementation of SAML Version 2 to be used in a WSGI environment',
# long_description = read("README"), # long_description = read("README"),
author='Roland Hedberg', author='Roland Hedberg',