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 3d8bfe8 commit 0b035acCopy full SHA for 0b035ac
kafka_connect_api/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """John Preston"""
4
__email__ = "john@compose-x.io"
5
-__version__ = "0.5.9"
+__version__ = "0.5.10"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
6
name = "kafka_connect_api"
7
-version = "0.5.9"
+version = "0.5.10"
8
description = "Apache Kafka Connect client"
9
authors = ["John Preston <john@compose-x.io>"]
10
license = "MPL-2.0"
@@ -53,7 +53,7 @@ sphinx-autodoc-typehints = "^1.19.4"
53
github_url = "https://github.com/compose-x/kafka_connect_api"
54
55
[tool.tbump.version]
56
-current = "0.5.9"
+current = "0.5.10"
57
58
regex = '''
59
(?P<major>\d+)
0 commit comments