summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5590e72d..dedcfc72 100755
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ if sys.version_info < (2, 7):
setup(
name='pysaml2',
- version='1.2.0beta5-dev',
+ version='1.2.0beta5',
description='Python implementation of SAML Version 2 to be used in a WSGI environment',
# long_description = read("README"),
author='Roland Hedberg',