Bump version to 4.0.4

This commit is contained in:
Jozef Knaperek
2016-03-08 12:59:51 +01:00
parent 6950abd421
commit e82c319d83
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ PySAML2 - SAML2 in Python
*************************
:Author: Roland Hedberg
:Version: 3.0.0
:Version: 4.0.4
PySAML2 is a pure python implementation of SAML2. It contains all
necessary pieces for building a SAML2 service provider or an identity provider.

View File

@@ -17,7 +17,7 @@
provides methods and functions to convert SAML classes to and from strings.
"""
__version__ = "4.0.3"
__version__ = "4.0.4"
import logging
import six