summaryrefslogtreecommitdiff
path: root/src/saml2/__init__.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-12-24 15:52:50 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-12-24 15:52:50 +0100
commit8f09d2f8669c099a45b92e383a7f5257e3975505 (patch)
tree4752dc9c97ea6a0e09c41819f8ed4da0eeec32b2 /src/saml2/__init__.py
parenta41ca6878fe3723dc0bd0c9c7562e5ff1b148a7b (diff)
downloadpysaml2-8f09d2f8669c099a45b92e383a7f5257e3975505.tar.gz
Upped the version
Diffstat (limited to 'src/saml2/__init__.py')
-rw-r--r--src/saml2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/__init__.py b/src/saml2/__init__.py
index 831adf34..2299e6f7 100644
--- a/src/saml2/__init__.py
+++ b/src/saml2/__init__.py
@@ -17,7 +17,7 @@
provides methods and functions to convert SAML classes to and from strings.
"""
-__version__ = "4.0.1"
+__version__ = "4.0.2a"
import logging
import six