We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233b192 commit 1f3c218Copy full SHA for 1f3c218
ecs_composex_msk_cluster/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """John Preston"""
6
__email__ = "[email protected]"
7
-__version__ = "0.3.0"
+__version__ = "0.3.0.post0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_composex_msk_cluster"
3
-version = "0.3.0"
+version = "0.3.0.post0"
description = "msk_cluster - AWS MSK Cluster module for ECS Compose-X"
authors = ["johnpreston <[email protected]>"]
license = "MPL-2.0"
@@ -80,7 +80,7 @@ omit = [
80
github_url = "https://github.com/compose-x/ecs_composex_msk_cluster"
81
82
[tool.tbump.version]
83
-current = "0.3.0"
+current = "0.3.0.post0"
84
85
regex = '''
86
(?P<major>\d+)
0 commit comments