From c21ffda573a952595a713e37a379fbfd5419422b Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 29 Apr 2010 09:43:16 +0200 Subject: [PATCH] Goosh forgot to update the version number :-) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9bfe8f8..1c3e869 100755 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ from distutils.core import setup setup( name='python-saml2', - version='0.0.6', - description='Python library for SAML Version 2', + version='0.1.0', + description='Python implementation of SAML Version 2 to be used with WSGI applications', # long_description = read("README"), author='Roland Hedberg', author_email='roland.hedberg@adm.umu.se',