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 8b7c921 commit b28286dCopy full SHA for b28286d
pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
30
packages = [
31
{include = "pytest_splunk_addon_ui_smartx/**/*.py"},
32
]
33
-version = "2.3.3"
+version = "2.3.4"
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.3.3"
+__version__ = "2.3.4"
0 commit comments