diff --git a/ecs_files_composer/__init__.py b/ecs_files_composer/__init__.py index feff1ee..4b67690 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__ = "1.1.1" +__version__ = "1.1.2" diff --git a/pyproject.toml b/pyproject.toml index fc62d21..d00d72c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecs_files_composer" -version = "1.1.1" +version = "1.1.2" description = "Files and configuration handler to inject configuration files into volumes for ECS containers" authors = ["John Preston "] license = "MPL-2.0" @@ -91,7 +91,7 @@ omit = ["ecs_files_composer/cli.py"] github_url = "https://github.com/compose-x/ecs-files-composer" [tool.tbump.version] -current = "1.1.1" +current = "1.1.2" regex = ''' (?P\d+) @@ -115,5 +115,5 @@ src = "pyproject.toml" [[tool.tbump.file]] src = "ecs_files_composer/__init__.py" [build-system] -requires = ["poetry-core>=1.1.1"] +requires = ["poetry-core>=1.1.2"] build-backend = "poetry.core.masonry.api"