From adf0f9095d51a1827451007b1b60146cac1360c9 Mon Sep 17 00:00:00 2001 From: pyth0n1c Date: Wed, 16 Oct 2024 08:55:21 -0400 Subject: [PATCH] don't bump the version number for contentctl --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93ecc18d..5af34190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "4.5.0" +version = "4.4.0" description = "Splunk Content Control Tool" authors = ["STRT "] license = "Apache 2.0"