diff --git a/oidc_client/__init__.py b/oidc_client/__init__.py index 81ef860..a884875 100644 --- a/oidc_client/__init__.py +++ b/oidc_client/__init__.py @@ -1,7 +1,7 @@ """OIDC Client.""" __title__ = "oidc_client" -__version__ = VERSION = "1.2.0" +__version__ = VERSION = "1.2.1" __author__ = "CSC developers" __license__ = "Apache License 2.0" __copyright__ = "CSC - IT Center for Science"