Skip to content

Commit eb12cbc

Browse files
committed
Bump to 0.4.0
1 parent 53dab2a commit eb12cbc

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
@@ -5,7 +5,7 @@
55

66
__author__ = """JohnPreston"""
77
__email__ = "john@ews-network.net"
8-
__version__ = "0.3.0"
8+
__version__ = "0.4.0"
99

1010
from .kafka_schema_registry_admin import SchemaRegistry
1111

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.3.0"
4+
version = "0.4.0"
55
description = "Pure HTTP client to manage schemas in Schema Registry"
66
authors = ["John Preston <john@ews-network.net>"]
77
license = "Apache License 2.0"
@@ -39,7 +39,7 @@ build-backend = "poetry.core.masonry.api"
3939
github_url = "https://github.com/compose-x/kafka_schema_registry_admin"
4040

4141
[tool.tbump.version]
42-
current = "0.3.0"
42+
current = "0.4.0"
4343

4444
regex = '''
4545
(?P<major>\d+)

0 commit comments

Comments
 (0)