Set version number

This commit is contained in:
Roland Hedberg
2013-12-16 10:12:41 +01:00
parent 51382a2c04
commit e9832b7b3b

View File

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