summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-09-22 10:38:05 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-09-22 10:38:05 +0200
commitd84594a00839d681261d6a64753bab533c4e73fb (patch)
tree625ebdad093fa7bdd5686cf20cfe49d088d79879 /setup.py
parentabb848e0268acf014085f91e5c065784e34643f8 (diff)
downloadpysaml2-d84594a00839d681261d6a64753bab533c4e73fb.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 15a606a2..135f7791 100755
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ if sys.version_info < (2, 7):
setup(
name='pysaml2',
- version='2.0.1',
+ version='2.1.0',
description='Python implementation of SAML Version 2 to be used in a WSGI environment',
# long_description = read("README"),
author='Roland Hedberg',