From ac73cb140bf331a6b1ddadb930158690f7a67084 Mon Sep 17 00:00:00 2001 From: "teemu.kataja" Date: Wed, 26 Aug 2020 14:08:36 +0300 Subject: [PATCH] set version to 1.0.0 for release --- oidc_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oidc_client/__init__.py b/oidc_client/__init__.py index f7bfc83..1f13dd4 100644 --- a/oidc_client/__init__.py +++ b/oidc_client/__init__.py @@ -1,7 +1,7 @@ """OIDC Client.""" __title__ = 'oidc_client' -__version__ = VERSION = '0.1.0' +__version__ = VERSION = '1.0.0' __author__ = 'CSC developers' __license__ = 'Apache License 2.0' __copyright__ = "CSC - IT Center for Science"