diff --git a/ecs_files_composer/__init__.py b/ecs_files_composer/__init__.py index 8b7a4ba..287bab3 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__ = "0.9.3" +__version__ = "0.9.4" diff --git a/pyproject.toml b/pyproject.toml index 5273818..2636fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecs_files_composer" -version = "0.9.3" +version = "0.9.4" description = "Files and configuration handler to inject configuration files into volumes for ECS containers" authors = ["John Preston "] license = "MPL-2.0" @@ -90,7 +90,7 @@ omit = ["ecs_files_composer/cli.py"] github_url = "https://github.com/compose-x/ecs-files-composer" [tool.tbump.version] -current = "0.9.3" +current = "0.9.4" regex = ''' (?P\d+)