working on new version.

This commit is contained in:
Roland Hedberg
2014-03-21 09:13:30 +01:00
parent 30b613ebb2
commit c713f54dbc

View File

@@ -66,7 +66,7 @@ if sys.version_info < (2, 7):
setup( setup(
name='pysaml2', name='pysaml2',
version='2.0.0', version='2.0.1beta',
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',