From d46cd2194272a2db1493251997b7623813613570 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:13:30 +0000 Subject: [PATCH] chore(release): 6.0.1 ## [6.0.1](https://github.com/splunk/addonfactory-solutions-library-python/compare/v6.0.0...v6.0.1) (2024-11-29) ### Bug Fixes * require splunk-sdk at least 2.0.2 ([#414](https://github.com/splunk/addonfactory-solutions-library-python/issues/414)) ([f50bf52](https://github.com/splunk/addonfactory-solutions-library-python/commit/f50bf52abdc7ce1afb8f50f8a427e6c70421c3ac)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23c1a75d..f85ee9e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "6.0.0" +version = "6.0.1" description = "The Splunk Software Development Kit for Splunk Solutions" authors = ["Splunk "] license = "Apache-2.0" diff --git a/solnlib/__init__.py b/solnlib/__init__.py index 136a4b9f..245e4a96 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -56,4 +56,4 @@ "utils", ] -__version__ = "6.0.0" +__version__ = "6.0.1"