summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-09-03 11:54:37 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-09-03 11:54:37 +0200
commit0c76a71ca478e317eba5a6c4ac87278f33c7f616 (patch)
tree03839c4bf7aaf830ff47befbbf24fd7b58c9a8d3 /setup.py
parente2bebdc43e51c86e80c02da977a58657db3e4978 (diff)
downloadpysaml2-0c76a71ca478e317eba5a6c4ac87278f33c7f616.tar.gz
Release 1.0.3v1.0.3
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 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',