From 84afaf0b7d87bdcaf6b466394d26f677b4aa97d2 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:05:28 -0700 Subject: [PATCH] Update to version 2.0 in prep for release to pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f47d7ff5..c2a24342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "1.0.0" +version = "2.0.0" description = "Splunk Content Control Tool" authors = ["STRT "] license = "Apache 2.0"