From 18b4df490a7e6e12cc290ffb2f699771c06cbab5 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 24 Nov 2014 11:01:11 +0100 Subject: [PATCH] Release version so I'm in step with pyjwkest. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6380d3b4..52de6f6a3 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def run_tests(self): setup( name="oic", - version="0.6.gamma", + version="0.6.0", description="Python implementation of OAuth2 and OpenID Connect", author = "Roland Hedberg", author_email = "roland.hedberg@adm.umu.se",