From abb848e0268acf014085f91e5c065784e34643f8 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 22 Sep 2014 10:37:54 +0200 Subject: [PATCH] Release 2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59b21af..15a606a 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ if sys.version_info < (2, 7): setup( name='pysaml2', - version='2.0.1beta', + version='2.0.1', description='Python implementation of SAML Version 2 to be used in a WSGI environment', # long_description = read("README"), author='Roland Hedberg',