From a0eea23bb0304f5b466c5617158bfb6528ac98e2 Mon Sep 17 00:00:00 2001 From: Marko Bocevski Date: Mon, 22 Feb 2021 17:57:48 +0100 Subject: [PATCH] Bump version to 1.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdd22205..5e6a3b2d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='1.1.0', + version='1.1.1', description='''An extension to enable Single Sign On(SSO) for CKAN data portals via SAML2 Authentication.''', long_description=long_description,