Skip to content

Commit 2ff73a4

Browse files
committed
Bump to 0.5.0
1 parent a7213cd commit 2ff73a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kafka_schema_registry_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

1212
from enum import Enum
1313

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.4.1"
4+
version = "0.5.0"
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.4.1"
44+
current = "0.5.0"
4545

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

0 commit comments

Comments
 (0)