From af372f6b70506f8155eb21b9643608f1d896968e Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:00:03 -0700 Subject: [PATCH] Update pyproject.toml bump version in prep for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fbb4424..aad75f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "4.2.4" +version = "4.2.5" description = "Splunk Content Control Tool" authors = ["STRT "] license = "Apache 2.0"