From e7422d675dba9d354ac6ba4d2628bb91086cbec1 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 28 Sep 2021 12:32:34 +0100 Subject: [PATCH] Bump to 0.6.4 --- ecs_files_composer/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ecs_files_composer/__init__.py b/ecs_files_composer/__init__.py index d5185e4..6cde10f 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.6.3" +__version__ = "0.6.4" diff --git a/pyproject.toml b/pyproject.toml index 749b1a2..88091a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecs_files_composer" -version = "0.6.3" +version = "0.6.4" description = "Files and configuration handler to inject configuration files into volumes for ECS containers" authors = ["John Preston "] license = "MPL-2.0" @@ -87,7 +87,7 @@ omit = ["ecs_files_composer/cli.py"] github_url = "https://github.com/compose-x/ecs-files-composer" [tool.tbump.version] -current = "0.6.3" +current = "0.6.4" # Example of a semver regexp. # Make sure this matches current_version before