diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 95f3a004..b6f78f46 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.47.0 +current_version = 0.48.0 commit = True tag = True diff --git a/cato/__init__.py b/cato/__init__.py index 96221703..355f6235 100644 --- a/cato/__init__.py +++ b/cato/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.47.0" +__version__ = "0.48.0" import logging # create logger with 'spam_application' diff --git a/cato_api_client/__init__.py b/cato_api_client/__init__.py index bf97bc40..3158ac8c 100644 --- a/cato_api_client/__init__.py +++ b/cato_api_client/__init__.py @@ -1 +1 @@ -__version__ = "0.47.0" +__version__ = "0.48.0" diff --git a/cato_server/__init__.py b/cato_server/__init__.py index bf97bc40..3158ac8c 100644 --- a/cato_server/__init__.py +++ b/cato_server/__init__.py @@ -1 +1 @@ -__version__ = "0.47.0" +__version__ = "0.48.0" diff --git a/pyproject.toml b/pyproject.toml index d7342168..5119459d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cato" -version = "0.47.0" +version = "0.48.0" description = "coolest project" authors = ["Jan Honsbrok "] include = [