From 2ff73a4c638e6d7795813fb02308b4e6cca44ce5 Mon Sep 17 00:00:00 2001 From: "John \"Preston\" Mille" Date: Sat, 6 Apr 2024 18:19:13 +0100 Subject: [PATCH] Bump to 0.5.0 --- kafka_schema_registry_admin/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kafka_schema_registry_admin/__init__.py b/kafka_schema_registry_admin/__init__.py index 0f741c3..28c78bf 100644 --- a/kafka_schema_registry_admin/__init__.py +++ b/kafka_schema_registry_admin/__init__.py @@ -7,7 +7,7 @@ __author__ = """JohnPreston""" __email__ = "john@ews-network.net" -__version__ = "0.4.1" +__version__ = "0.5.0" from enum import Enum diff --git a/pyproject.toml b/pyproject.toml index 52b9ee9..1eb6490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "kafka-schema-registry-admin" -version = "0.4.1" +version = "0.5.0" description = "Pure HTTP client to manage schemas in Schema Registry" authors = ["John Preston "] license = "Apache License 2.0" @@ -41,7 +41,7 @@ build-backend = "poetry.core.masonry.api" github_url = "https://github.com/compose-x/kafka_schema_registry_admin" [tool.tbump.version] -current = "0.4.1" +current = "0.5.0" regex = ''' (?P\d+)