From cff4acf3d818f268f8e22475c4d8ba45085303ef Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 18 Feb 2021 09:24:03 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.0=20=E2=86=92=200.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs_composex/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ecs_composex/__init__.py b/ecs_composex/__init__.py index 9ccc41d11..d8323cba4 100644 --- a/ecs_composex/__init__.py +++ b/ecs_composex/__init__.py @@ -20,4 +20,4 @@ __author__ = """John Preston""" __email__ = "john@lambda-my-aws.io" -__version__ = "0.12.0" +__version__ = "0.12.1" diff --git a/setup.cfg b/setup.cfg index 5e838c625..6b8b4d151 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0 +current_version = 0.12.1 commit = True tag = True diff --git a/setup.py b/setup.py index 424431b9e..f50054034 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/lambda-my-aws/ecs_composex", - version="0.12.0", + version="0.12.1", zip_safe=False, )