From 7ccf55e070fe4dfe24a3f30e2068547adc056122 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:21:50 -0700 Subject: [PATCH] Update version to 3.5.0 in prep for PyPi release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0de19ce3..97b16be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "3.4.3" +version = "3.5.0" description = "Splunk Content Control Tool" authors = ["STRT "] license = "Apache 2.0"