Skip to content

Commit 214ff77

Browse files
committed
Bump to 0.5.9
1 parent e360e1a commit 214ff77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kafka_connect_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """John Preston"""
44
__email__ = "john@compose-x.io"
5-
__version__ = "0.5.8"
5+
__version__ = "0.5.9"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kafka_connect_api"
7-
version = "0.5.8"
7+
version = "0.5.9"
88
description = "Apache Kafka Connect client"
99
authors = ["John Preston <john@compose-x.io>"]
1010
license = "MPL-2.0"
@@ -52,7 +52,7 @@ sphinx-autodoc-typehints = "^1.19.4"
5252
github_url = "https://github.com/compose-x/kafka_connect_api"
5353

5454
[tool.tbump.version]
55-
current = "0.5.8"
55+
current = "0.5.9"
5656

5757
regex = '''
5858
(?P<major>\d+)

0 commit comments

Comments
 (0)