From e788b20cf33eeeb5d71a90073262525b4e4f7241 Mon Sep 17 00:00:00 2001
From: srv-rr-github-token
 <94607705+srv-rr-github-token@users.noreply.github.com>
Date: Mon, 2 Dec 2024 14:52:00 +0000
Subject: [PATCH] chore(release): 5.5.0-beta.2

# [5.5.0-beta.2](https://github.com/splunk/addonfactory-solutions-library-python/compare/v5.5.0-beta.1...v5.5.0-beta.2) (2024-12-02)

### Features

* moved methods from splunktalib ([#415](https://github.com/splunk/addonfactory-solutions-library-python/issues/415)) ([eea2661](https://github.com/splunk/addonfactory-solutions-library-python/commit/eea26614ce82cd6a5f8cc33f22dd4b12398af3a6))
---
 pyproject.toml      | 2 +-
 solnlib/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index f85ee9e3..2d72967c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
 
 [tool.poetry]
 name = "solnlib"
-version = "6.0.1"
+version = "5.5.0-beta.2"
 description = "The Splunk Software Development Kit for Splunk Solutions"
 authors = ["Splunk <addonfactory@splunk.com>"]
 license = "Apache-2.0"
diff --git a/solnlib/__init__.py b/solnlib/__init__.py
index 245e4a96..d3a74f00 100644
--- a/solnlib/__init__.py
+++ b/solnlib/__init__.py
@@ -56,4 +56,4 @@
     "utils",
 ]
 
-__version__ = "6.0.1"
+__version__ = "5.5.0-beta.2"