diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 92c021d..2e9aa27 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.1.0 commit = True tag = True tag_name = {new_version} diff --git a/pycloak/__init__.py b/pycloak/__init__.py index 50b5ea9..2a3eb2f 100644 --- a/pycloak/__init__.py +++ b/pycloak/__init__.py @@ -1 +1 @@ -VERSION = "1.0.1" +VERSION = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index 8f7ce3b..e4ac52c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycloak" -version = "1.0.1" +version = "1.1.0" description = "Utils around Keycloak and other OIDC clients." readme = "README.md" authors = ["Blueshoe GmbH"]