From ce1646c449c7b0f1c2dc6f170c12b529f2926450 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 30 Nov 2021 16:42:59 -0500 Subject: [PATCH] Version 1.1 Signed-off-by: Simo Sorce --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a12fa96..2ff43ff 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0' +release = '1.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 1c1db11..926138a 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = 'jwcrypto', - version = '1.0', + version = '1.1', license = 'LGPLv3+', maintainer = 'JWCrypto Project Contributors', maintainer_email = 'simo@redhat.com',