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 ae4734c commit 53d3bc5Copy full SHA for 53d3bc5
pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
30
packages = [
31
{include = "pytest_splunk_addon_ui_smartx/**/*.py"},
32
]
33
-version = "2.4.0"
+version = "2.5.0"
34
35
[tool.poetry.dependencies]
36
python = "^3.7"
pytest_splunk_addon_ui_smartx/__init__.py
@@ -17,4 +17,4 @@
17
from . import components, pages
18
from .components import controls
19
20
-__version__ = "2.4.0"
+__version__ = "2.5.0"
0 commit comments