summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-11-14 11:34:13 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-11-14 11:34:13 +0100
commit725cef1e5f5ff422f828c272a31f19465367b793 (patch)
treebdd641763e5bb8e78978ea404d484c972e395c90 /setup.py
parentc2e1ca95f4849dd4fa23c74032807e9adbcdd9b0 (diff)
downloadpysaml2-725cef1e5f5ff422f828c272a31f19465367b793.tar.gz
Just to mark that we start on the next version.
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 bd272836..3c952e6d 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ if sys.version_info < (2, 7):
setup(
name='pysaml2',
- version='2.2.0',
+ version='2.2.1beta',
description='Python implementation of SAML Version 2 to be used in a WSGI environment',
# long_description = read("README"),
author='Roland Hedberg',