We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e4f3a commit 16def61Copy full SHA for 16def61
pyproject.toml
@@ -16,7 +16,7 @@
16
17
[tool.poetry]
18
name = "solnlib"
19
-version = "5.3.0-beta.1"
+version = "5.3.0"
20
description = "The Splunk Software Development Kit for Splunk Solutions"
21
authors = ["Splunk <addonfactory@splunk.com>"]
22
license = "Apache-2.0"
solnlib/__init__.py
@@ -56,4 +56,4 @@
56
"utils",
57
]
58
59
-__version__ = "5.3.0-beta.1"
+__version__ = "5.3.0"
0 commit comments