Skip to content

Commit

Permalink
Bump to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Aug 7, 2023
1 parent 409cd49 commit 1a357da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kafka_connect_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """John Preston"""
__email__ = "[email protected]"
__version__ = "0.5.7"
__version__ = "0.5.8"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -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<major>\d+)
Expand Down

0 comments on commit 1a357da

Please sign in to comment.