From 2b1903ca59c82145627655c04c440753f2cb95f8 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 17 Jul 2021 11:59:21 +0100 Subject: [PATCH] Bump to 0.2.0 --- ecs_files_composer/__init__.py | 2 +- pyproject.toml | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ecs_files_composer/__init__.py b/ecs_files_composer/__init__.py index 4cbb9bc..a79ea43 100644 --- a/ecs_files_composer/__init__.py +++ b/ecs_files_composer/__init__.py @@ -6,4 +6,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "0.1.1" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 5c19e42..73a59f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecs_files_composer" -version = "0.1.1" +version = "0.2.0" description = "Files and configuration handler to inject configuration files into volumes for ECS containers" authors = ["John Preston "] license = "MPL-2.0" @@ -40,7 +40,7 @@ known_first_party = "kelvin" github_url = "https://github.com/compose-x/ecs-files-composer" [tool.tbump.version] -current = "0.1.1" +current = "0.2.0" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/setup.cfg b/setup.cfg index 3ccdcc1..d117139 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index d5198b0..b7f1d60 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/compose-x/ecs-files-composer", - version="0.1.1", + version="0.2.0", zip_safe=False, license="MPL-2.0", )