diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b8f0f58..41c61fd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 commit = True tag = True tag_name = {new_version} diff --git a/pycloak/__init__.py b/pycloak/__init__.py index 848258f..3a0b6cb 100644 --- a/pycloak/__init__.py +++ b/pycloak/__init__.py @@ -1 +1 @@ -VERSION = "1.2.0" +VERSION = "1.2.1" diff --git a/pyproject.toml b/pyproject.toml index 52dd576..8127c70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycloak" -version = "1.2.0" +version = "1.2.1" description = "Utils around Keycloak and other OIDC clients." readme = "README.md" authors = ["Blueshoe GmbH"]