diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ffbb2621..d8ed3b1d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.46.0 +current_version = 0.46.1 commit = True tag = True diff --git a/cato/__init__.py b/cato/__init__.py index 7b7f5337..17d6eef9 100644 --- a/cato/__init__.py +++ b/cato/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.46.0" +__version__ = "0.46.1" import logging # create logger with 'spam_application' diff --git a/cato_api_client/__init__.py b/cato_api_client/__init__.py index 6f709872..cffb82c5 100644 --- a/cato_api_client/__init__.py +++ b/cato_api_client/__init__.py @@ -1 +1 @@ -__version__ = "0.46.0" +__version__ = "0.46.1" diff --git a/cato_server/__init__.py b/cato_server/__init__.py index 6f709872..cffb82c5 100644 --- a/cato_server/__init__.py +++ b/cato_server/__init__.py @@ -1 +1 @@ -__version__ = "0.46.0" +__version__ = "0.46.1" diff --git a/pyproject.toml b/pyproject.toml index cc27bd8f..2cfc540b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cato" -version = "0.46.0" +version = "0.46.1" description = "coolest project" authors = ["Jan Honsbrok "] include = [