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 b69956b9..7b946c37 100755
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ if sys.version_info < (2, 7):
setup(
name='pysaml2',
- version='1.0.3beta',
+ version='1.0.3',
description='Python implementation of SAML Version 2 to be used in a WSGI environment',
# long_description = read("README"),
author='Roland Hedberg',