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 55
66__author__ = """JohnPreston"""
77__email__ = "john@ews-network.net"
8- __version__ = "0.3 .0"
8+ __version__ = "0.4 .0"
99
1010from .kafka_schema_registry_admin import SchemaRegistry
1111
Original file line number Diff line number Diff line change 11
22[tool .poetry ]
33name = " kafka-schema-registry-admin"
4- version = " 0.3 .0"
4+ version = " 0.4 .0"
55description = " Pure HTTP client to manage schemas in Schema Registry"
66authors = [" John Preston <john@ews-network.net>" ]
77license = " Apache License 2.0"
@@ -39,7 +39,7 @@ build-backend = "poetry.core.masonry.api"
3939github_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
4444regex = '''
4545 (?P<major>\d+)
You can’t perform that action at this time.
0 commit comments