From d8c4783fe099f56ae8c0ecb87048ded99ba72020 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 19 Aug 2016 11:25:23 -0400 Subject: [PATCH] New version 0.3.1 Signed-off-by: Simo Sorce --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e8d0dda..a27982e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.0' +release = '0.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b4f668d..be4197a 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = 'jwcrypto', - version = '0.3.0', + version = '0.3.1', license = 'LGPLv3+', maintainer = 'JWCrypto Project Contributors', maintainer_email = 'simo@redhat.com',