summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-09-22 10:37:54 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-09-22 10:37:54 +0200
commitabb848e0268acf014085f91e5c065784e34643f8 (patch)
tree30a5fabb6c8b3532ee33b1d5a0a49aa2b0919319 /setup.py
parent12844c2c4ac51be405b5309ead88ebb3d4267de1 (diff)
downloadpysaml2-abb848e0268acf014085f91e5c065784e34643f8.tar.gz
Release 2.1.0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 59b21af7..15a606a2 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',