We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e360e1a commit 214ff77Copy full SHA for 214ff77
kafka_connect_api/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """John Preston"""
4
__email__ = "john@compose-x.io"
5
-__version__ = "0.5.8"
+__version__ = "0.5.9"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
6
name = "kafka_connect_api"
7
-version = "0.5.8"
+version = "0.5.9"
8
description = "Apache Kafka Connect client"
9
authors = ["John Preston <john@compose-x.io>"]
10
license = "MPL-2.0"
@@ -52,7 +52,7 @@ sphinx-autodoc-typehints = "^1.19.4"
52
github_url = "https://github.com/compose-x/kafka_connect_api"
53
54
[tool.tbump.version]
55
-current = "0.5.8"
+current = "0.5.9"
56
57
regex = '''
58
(?P<major>\d+)
0 commit comments