From 329a2562b1bc235b4ef9bd12f2cd4c38b29fe769 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 14 Jan 2021 15:32:06 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.2=20=E2=86=92=200.11.0?= 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 9ea97dd01..5f7a5d0ea 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.10.2" +__version__ = "0.11.0" diff --git a/setup.cfg b/setup.cfg index 6b518c8ab..42c08b082 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.2 +current_version = 0.11.0 commit = True tag = True diff --git a/setup.py b/setup.py index 9c78fa69f..69def4dd4 100644 --- a/setup.py +++ b/setup.py @@ -81,6 +81,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/lambda-my-aws/ecs_composex", - version="0.10.2", + version="0.11.0", zip_safe=False, )