Skip to content

Commit 8e39e1a

Browse files
committed
Bump version: 0.5.2 → 0.5.3
1 parent d2bf08e commit 8e39e1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ecs_composex/__init__.py

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

2121
__author__ = """John Preston"""
2222
__email__ = "john@lambda-my-aws.io"
23-
__version__ = "0.5.2"
23+
__version__ = "0.5.3"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.2
2+
current_version = 0.5.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@
8585
test_suite="tests",
8686
tests_require=test_requirements,
8787
url="https://github.com/lambda-my-aws/ecs_composex",
88-
version="0.5.2",
88+
version="0.5.3",
8989
zip_safe=False,
9090
)

0 commit comments

Comments
 (0)