From 1d2d767cc9567843dcdc6f505fded30d9ad760b7 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Wed, 11 Mar 2015 10:03:39 +0100 Subject: [PATCH] Release version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e1aa41..616779e 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ if sys.version_info < (2, 7): setup( name='pysaml2', - version='2.4.0beta', + version='2.4.0', description='Python implementation of SAML Version 2', # long_description = read("README"), author='Roland Hedberg',