summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2012-01-29 15:09:30 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2012-01-29 15:09:30 +0100
commit08674c59e94e9450070a79fc5575ff04ed39112b (patch)
tree27d5411bf5554d0736efe4ef5b7ad67c287e0325
parent26e26b8f835e85a5aef4c0076cab0dd22f60242f (diff)
downloadpysaml2-08674c59e94e9450070a79fc5575ff04ed39112b.tar.gz
Updated version number0.4
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5d455ce1..94bfa2ce 100755
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ class PyTest(Command):
setup(
name='pysaml2',
- version='0.3.3',
+ version='0.4.0',
description='Python implementation of SAML Version 2 to for instance be used in a WSGI environment',
# long_description = read("README"),
author='Roland Hedberg',