Skip to content

Commit 8de38e9

Browse files
committed
Bump to 0.3.1
1 parent db2112c commit 8de38e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ecs_composex_msk_cluster/__init__.py

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

55
__author__ = """John Preston"""
66
__email__ = "[email protected]"
7-
__version__ = "0.3.0.post0"
7+
__version__ = "0.3.1"

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 = "ecs_composex_msk_cluster"
3-
version = "0.3.0.post0"
3+
version = "0.3.1"
44
description = "msk_cluster - AWS MSK Cluster module for ECS Compose-X"
55
authors = ["johnpreston <[email protected]>"]
66
license = "MPL-2.0"
@@ -80,7 +80,7 @@ omit = [
8080
github_url = "https://github.com/compose-x/ecs_composex_msk_cluster"
8181

8282
[tool.tbump.version]
83-
current = "0.3.0.post0"
83+
current = "0.3.1"
8484

8585
regex = '''
8686
(?P<major>\d+)

0 commit comments

Comments
 (0)