diff --git a/ecs_composex/__init__.py b/ecs_composex/__init__.py index 65737fb9..4ac66375 100644 --- a/ecs_composex/__init__.py +++ b/ecs_composex/__init__.py @@ -5,4 +5,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "0.22.0" +__version__ = "0.22.1" diff --git a/pyproject.toml b/pyproject.toml index 59957ff2..c69fc189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecs_composex" -version = "0.22.0" +version = "0.22.1" description = "Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definition" authors = ["John Preston "] maintainers = ["John Preston "] @@ -82,7 +82,7 @@ ecrscan = ["ecr-scan-reporter"] github_url = "https://github.com/compose-x/ecs_composex" [tool.tbump.version] -current = "0.22.0" +current = "0.22.1" regex = ''' (?P\d+)