From 88e6c41ae1078e34b3e06af84656bd8f90a294fd Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:35:00 -0800 Subject: [PATCH] Update pyproject.toml Bump to version 3 ion prep for PyPi release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e607ebbc..807f2b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "2.0.1" +version = "3.0.0" description = "Splunk Content Control Tool" authors = ["STRT "] license = "Apache 2.0"