summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-03-11 10:03:39 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-03-11 10:03:39 +0100
commit1d2d767cc9567843dcdc6f505fded30d9ad760b7 (patch)
treed0738ceaafa1ffd0f9207f3b2d950bfbc3fe866a /setup.py
parent13ff5e8899300c9b359fa1bdfdb3d412be0d7356 (diff)
downloadpysaml2-1d2d767cc9567843dcdc6f505fded30d9ad760b7.tar.gz
Release version
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 4e1aa41a..616779e3 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ if sys.version_info < (2, 7):
setup(
name='pysaml2',
- version='2.4.0beta',
+ version='2.4.0',
description='Python implementation of SAML Version 2',
# long_description = read("README"),
author='Roland Hedberg',