File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
kafka_schema_registry_admin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88__author__ = """JohnPreston"""
99__email__ = "john@ews-network.net"
10- __version__ = "0.5.0 "
10+ __version__ = "0.5.1 "
1111
1212from enum import Enum
1313
Original file line number Diff line number Diff line change 11
22[tool .poetry ]
33name = " kafka-schema-registry-admin"
4- version = " 0.5.0 "
4+ version = " 0.5.1 "
55description = " Pure HTTP client to manage schemas in Schema Registry"
66authors = [" John Preston <john@ews-network.net>" ]
77license = " Apache License 2.0"
@@ -41,7 +41,7 @@ build-backend = "poetry.core.masonry.api"
4141github_url = " https://github.com/compose-x/kafka_schema_registry_admin"
4242
4343[tool .tbump .version ]
44- current = " 0.5.0 "
44+ current = " 0.5.1 "
4545
4646regex = '''
4747 (?P<major>\d+)
You can’t perform that action at this time.
0 commit comments