diff --git a/ecs_composex/__init__.py b/ecs_composex/__init__.py index 56e0e0bf8..8ad9070da 100644 --- a/ecs_composex/__init__.py +++ b/ecs_composex/__init__.py @@ -20,4 +20,4 @@ __author__ = """John Preston""" __email__ = "john@lambda-my-aws.io" -__version__ = "0.8.4" +__version__ = "0.8.5" diff --git a/setup.cfg b/setup.cfg index 68fc7f613..6b5baf643 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.4 +current_version = 0.8.5 commit = True tag = True diff --git a/setup.py b/setup.py index 994ff5819..2542d72c1 100644 --- a/setup.py +++ b/setup.py @@ -81,6 +81,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/lambda-my-aws/ecs_composex", - version="0.8.4", + version="0.8.5", zip_safe=False, )