Skip to content

Commit b4c0f9e

Browse files
committed
Bump to 0.4.5.post0
1 parent 94b9cee commit b4c0f9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cfn_kafka_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__author__ = """John Preston"""
77
__email__ = "[email protected]"
8-
__version__ = "0.4.5"
8+
__version__ = "0.4.5.post0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cfn_kafka_admin"
3-
version = "0.4.5"
3+
version = "0.4.5.post0"
44
description = "AWS CloudFormation Resources to manage Kafka"
55
authors = ["johnpreston <[email protected]>"]
66
license = "MPL-2.0"
@@ -58,7 +58,7 @@ target-python-version = "3.7"
5858
github_url = "https://github.com/compose-x/cfn-kafka-admin"
5959

6060
[tool.tbump.version]
61-
current = "0.4.5"
61+
current = "0.4.5.post0"
6262

6363
regex = '''
6464
(?P<major>\d+)

0 commit comments

Comments
 (0)