Upped the version number

This commit is contained in:
Roland Hedberg
2011-01-30 10:23:35 +01:00
parent e8ad329b58
commit ddba419614

View File

@@ -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',