summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-04-11 10:11:45 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-04-11 10:11:45 +0200
commit96fffb7751059b0bd9888b8ca38a602fcbf5e5b1 (patch)
treeb9ef00389b1b78ba45cff1aba31be0d133969bc2
parent27737d92c41cf157b6504e10ad91c9d1a09cf4c6 (diff)
downloadpysaml2-1.0.1.tar.gz
Release version 1.0.01.0.1
-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',