From e6230a40adcb88914eb06fb6cf35bf491e5f7c53 Mon Sep 17 00:00:00 2001 From: Assaf Lavie Date: Wed, 29 Jan 2025 07:18:26 +0000 Subject: [PATCH] version bump once again to test publish step --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a2e1af..948e436 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "runlike" -version = "1.5.3" +version = "1.5.4" description = "Reverse-engineer docker run command line arguments based on running containers" authors = ["Assaf Lavie "] readme = "README.md"