From c20772b6c3b23b6547df6e7299a4163a904d42b3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 12 May 2022 16:45:19 +0100 Subject: [PATCH] Bump to 0.4.4 --- cfn_kafka_admin/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cfn_kafka_admin/__init__.py b/cfn_kafka_admin/__init__.py index 5fe3a73..cf7bbfa 100644 --- a/cfn_kafka_admin/__init__.py +++ b/cfn_kafka_admin/__init__.py @@ -5,4 +5,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "0.4.3" +__version__ = "0.4.4" diff --git a/pyproject.toml b/pyproject.toml index 0d30cf7..723dff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cfn_kafka_admin" -version = "0.4.3" +version = "0.4.4" description = "AWS CloudFormation Resources to manage Kafka" authors = ["johnpreston "] license = "MPL-2.0" @@ -55,7 +55,7 @@ target-python-version = "3.7" github_url = "https://github.com/compose-x/cfn-kafka-admin" [tool.tbump.version] -current = "0.4.3" +current = "0.4.4" regex = ''' (?P\d+)