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+)