From d601eabdd6ea2ae0db9fb54fcbb3825da130e247 Mon Sep 17 00:00:00 2001 From: "John \"Preston\" Mille" Date: Wed, 10 Jul 2024 13:12:02 +0100 Subject: [PATCH] Bump to 0.5.3 --- 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 c043e23..3895c55 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.5.2" +__version__ = "0.5.3" from enum import Enum diff --git a/pyproject.toml b/pyproject.toml index e80a965..29ca162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "kafka-schema-registry-admin" -version = "0.5.2" +version = "0.5.3" 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.5.2" +current = "0.5.3" regex = ''' (?P\d+)