Goosh forgot to update the version number :-)

This commit is contained in:
Roland Hedberg
2010-04-29 09:43:16 +02:00
parent 5ca991c5ce
commit c21ffda573

View File

@@ -22,8 +22,8 @@ from distutils.core import setup
setup( setup(
name='python-saml2', name='python-saml2',
version='0.0.6', version='0.1.0',
description='Python library for SAML Version 2', description='Python implementation of SAML Version 2 to be used with WSGI applications',
# long_description = read("README"), # long_description = read("README"),
author='Roland Hedberg', author='Roland Hedberg',
author_email='roland.hedberg@adm.umu.se', author_email='roland.hedberg@adm.umu.se',