From a521d9b137190b7088efd3f1ed3719efeabe4a59 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 23 Aug 2023 10:50:53 +0200 Subject: [PATCH] Publish container-workflow-tool on PyPi and set version 1.5.5 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 61a3ea2..471237d 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.5.4", + version="1.5.5", 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',