Skip to content

Commit

Permalink
Bump to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed May 12, 2022
1 parent 3b290bc commit c20772b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cfn_kafka_admin/__init__.py
Expand Up @@ -5,4 +5,4 @@

__author__ = """John Preston"""
__email__ = "john@compose-x.io"
__version__ = "0.4.3"
__version__ = "0.4.4"
4 changes: 2 additions & 2 deletions 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 <john@compose-x.io>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -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<major>\d+)
Expand Down

0 comments on commit c20772b

Please sign in to comment.