From 05fe9fa46b7c1927689ab0adfa49ccecca4b8ef5 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:06:46 -0800 Subject: [PATCH] Update pyproject.toml New release to power the change from --disable_enrichment to --enable_enrichment --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cad1682a..b744cf23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "3.2.0" +version = "3.3.0" description = "Splunk Content Control Tool" authors = ["STRT "] license = "Apache 2.0"