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