Goosh forgot to update the version number :-)
This commit is contained in:
4
setup.py
4
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user