From c1c2a4057de490a83cf4b712a224230bcc41a234 Mon Sep 17 00:00:00 2001 From: pyth0n1c Date: Tue, 23 Jul 2024 16:44:46 -0700 Subject: [PATCH] bump pyproject in prep for patch release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b5dec71..5b0d74cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "4.1.4" +version = "4.1.5" description = "Splunk Content Control Tool" authors = ["STRT "] license = "Apache 2.0"