From 423120f301e0c0d2019f2189dec403e7393d1c72 Mon Sep 17 00:00:00 2001 From: "John \"Preston\" Mille" Date: Mon, 4 Dec 2023 23:02:38 +0000 Subject: [PATCH] Bump to 0.6.0-rc2 --- 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 640300b..af2558c 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.6.0-rc1" +__version__ = "0.6.0-rc2" diff --git a/pyproject.toml b/pyproject.toml index 1e4e1a4..0f891ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cfn_kafka_admin" -version = "0.6.0-rc1" +version = "0.6.0-rc2" description = "AWS CloudFormation Resources to manage Kafka" authors = ["John Mille "] classifiers = [ @@ -63,7 +63,7 @@ target-python-version = "3.9" github_url = "https://github.com/compose-x/cfn-kafka-admin" [tool.tbump.version] -current = "0.6.0-rc1" +current = "0.6.0-rc2" regex = ''' (?P\d+)