From eb53c062d261de66e86d8a6e2bbdfd7c17a753d5 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 26 Mar 2012 09:42:51 +0200 Subject: [PATCH] Add default attributemaps - version change --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cba462d..587fafa 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ if sys.version_info < (2,7): setup( name='pysaml2', - version='0.4.1', + version='0.4.2', description='Python implementation of SAML Version 2 to for instance be used in a WSGI environment', # long_description = read("README"), author='Roland Hedberg',