From fb60b7ccc0d03fd8f01fa68f5347b284983cf1cd Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Tue, 13 Sep 2022 15:00:56 +0200 Subject: [PATCH] Bump version to 1.5.0 Signed-off-by: Petr "Stone" Hracek --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d559b6f..2e5dddf 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def get_dir(system_path=None, virtual_path=None): setup( name='container-workflow-tool', - version="1.4.0", + version="1.5.0", description='A python3 tool to make rebuilding images easier by automating several steps of the process.', long_description=long_description, long_description_content_type='text/markdown',