Skip to content

Commit

Permalink
Bump to 0.3.0.post0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Mar 16, 2023
1 parent 233b192 commit 1f3c218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecs_composex_msk_cluster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """John Preston"""
__email__ = "[email protected]"
__version__ = "0.3.0"
__version__ = "0.3.0.post0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecs_composex_msk_cluster"
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"
Expand Down Expand Up @@ -80,7 +80,7 @@ omit = [
github_url = "https://github.com/compose-x/ecs_composex_msk_cluster"

[tool.tbump.version]
current = "0.3.0"
current = "0.3.0.post0"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit 1f3c218

Please sign in to comment.