diff --git a/kafka_connect_api/__init__.py b/kafka_connect_api/__init__.py index c794fd8..0cbf408 100644 --- a/kafka_connect_api/__init__.py +++ b/kafka_connect_api/__init__.py @@ -2,4 +2,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "0.5.7" +__version__ = "0.5.8" diff --git a/pyproject.toml b/pyproject.toml index eec4a3a..f77f0d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kafka_connect_api" -version = "0.5.7" +version = "0.5.8" description = "Apache Kafka Connect client" authors = ["John Preston "] license = "MPL-2.0" @@ -52,7 +52,7 @@ sphinx-autodoc-typehints = "^1.19.4" github_url = "https://github.com/compose-x/kafka_connect_api" [tool.tbump.version] -current = "0.5.7" +current = "0.5.8" regex = ''' (?P\d+)