diff --git a/ecs_files_composer/__init__.py b/ecs_files_composer/__init__.py index 36102ca..63e7b98 100644 --- a/ecs_files_composer/__init__.py +++ b/ecs_files_composer/__init__.py @@ -5,4 +5,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "2.1.3" +__version__ = "2.1.4" diff --git a/pyproject.toml b/pyproject.toml index 28e6c8a..d87d962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecs_files_composer" -version = "2.1.3" +version = "2.1.4" description = "Files and configuration handler to inject configuration files into volumes for ECS containers" authors = ["John Preston "] license = "MPL-2.0" @@ -98,7 +98,7 @@ omit = ["ecs_files_composer/cli.py"] github_url = "https://github.com/compose-x/ecs-files-composer" [tool.tbump.version] -current = "2.1.3" +current = "2.1.4" regex = ''' (?P\d+)