Skip to content

Commit d601eab

Browse files
committed
Bump to 0.5.3
1 parent 4c4404c commit d601eab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kafka_schema_registry_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__author__ = """JohnPreston"""
99
__email__ = "[email protected]"
10-
__version__ = "0.5.2"
10+
__version__ = "0.5.3"
1111

1212
from enum import Enum
1313

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "kafka-schema-registry-admin"
4-
version = "0.5.2"
4+
version = "0.5.3"
55
description = "Pure HTTP client to manage schemas in Schema Registry"
66
authors = ["John Preston <[email protected]>"]
77
license = "Apache License 2.0"
@@ -41,7 +41,7 @@ build-backend = "poetry.core.masonry.api"
4141
github_url = "https://github.com/compose-x/kafka_schema_registry_admin"
4242

4343
[tool.tbump.version]
44-
current = "0.5.2"
44+
current = "0.5.3"
4545

4646
regex = '''
4747
(?P<major>\d+)

0 commit comments

Comments
 (0)