From 3505a8fcd1e84d67eba21626714e023f779238e5 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 6 May 2024 18:59:40 -0700 Subject: [PATCH] bump minor version to match release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd35d90c..4a277314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "4.0.0" +version = "4.0.1" description = "Splunk Content Control Tool" authors = ["STRT "] license = "Apache 2.0"