Skip to content

Commit 624fc5e

Browse files
committed
Bump version: 0.11.0 → 0.12.0
1 parent 612651a commit 624fc5e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.11.0"
23+
__version__ = "0.12.0"

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.11.0
2+
current_version = 0.12.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
test_suite="tests",
9090
tests_require=test_requirements,
9191
url="https://github.com/lambda-my-aws/ecs_composex",
92-
version="0.11.0",
92+
version="0.12.0",
9393
zip_safe=False,
9494
)

0 commit comments

Comments
 (0)