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 def4948 commit ee6103cCopy full SHA for ee6103c
pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
30
packages = [
31
{include = "pytest_splunk_addon_ui_smartx/**/*.py"},
32
]
33
-version = "4.0.1-beta.2"
+version = "5.0.0-beta.1"
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__ = "4.0.1-beta.2"
+__version__ = "5.0.0-beta.1"
0 commit comments