Skip to content

Commit

Permalink
Bump to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Jul 10, 2024
1 parent 4c4404c commit d601eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kafka_schema_registry_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = """JohnPreston"""
__email__ = "john@ews-network.net"
__version__ = "0.5.2"
__version__ = "0.5.3"

from enum import Enum

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "kafka-schema-registry-admin"
version = "0.5.2"
version = "0.5.3"
description = "Pure HTTP client to manage schemas in Schema Registry"
authors = ["John Preston <john@ews-network.net>"]
license = "Apache License 2.0"
Expand Down Expand Up @@ -41,7 +41,7 @@ build-backend = "poetry.core.masonry.api"
github_url = "https://github.com/compose-x/kafka_schema_registry_admin"

[tool.tbump.version]
current = "0.5.2"
current = "0.5.3"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit d601eab

Please sign in to comment.