summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-11-14 11:17:45 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-11-14 11:17:45 +0100
commitc2e1ca95f4849dd4fa23c74032807e9adbcdd9b0 (patch)
tree1b6eb0f6ff9d15f7a3fa575aa651c3a26065fa4b /setup.py
parent6c5acffadacbd772b77d5eeff30123c14b4b92e1 (diff)
downloadpysaml2-c2e1ca95f4849dd4fa23c74032807e9adbcdd9b0.tar.gz
Releasing new version.v2.2.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 a5559a0b..bd272836 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ if sys.version_info < (2, 7):
setup(
name='pysaml2',
- version='2.1.0',
+ version='2.2.0',
description='Python implementation of SAML Version 2 to be used in a WSGI environment',
# long_description = read("README"),
author='Roland Hedberg',