From 8a07fcfcaea2f5b21a9b2fae5c208b7266e9c7ec Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:05:36 -0700 Subject: [PATCH] Update pyproject.toml bump in prep for 4.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e43c8bdf..a06d7f60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "4.3.0" +version = "4.3.1" description = "Splunk Content Control Tool" authors = ["STRT "] license = "Apache 2.0"