summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-02-28 07:26:23 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-02-28 07:26:23 +0100
commit6828283977544b3a674066f30fa088aef138207e (patch)
treede9014719a81f2c681d64dbfa1e272f648bf4256 /setup.py
parent7b025c619ffd187ededb102143eaf6a6c87ee918 (diff)
downloadpysaml2-6828283977544b3a674066f30fa088aef138207e.tar.gz
Usage of a cryptographically suitable RNG. Proposed by Seth Arnold.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6b75ffd4..4e1aa41a 100755
--- a/setup.py
+++ b/setup.py
@@ -51,8 +51,8 @@ if sys.version_info < (2, 7):
setup(
name='pysaml2',
- version='2.3.0',
- description='Python implementation of SAML Version 2 to be used in a WSGI environment',
+ version='2.4.0beta',
+ description='Python implementation of SAML Version 2',
# long_description = read("README"),
author='Roland Hedberg',
author_email='roland.hedberg@adm.umu.se',