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 3f4ff72 commit 16eb68fCopy full SHA for 16eb68f
pyproject.toml
@@ -36,7 +36,7 @@ classifiers = [
36
packages = [
37
{include = "pytest_splunk_addon_ui_smartx/**/*.py"},
38
]
39
-version = "5.3.2"
+version = "5.3.3"
40
41
[tool.poetry.dependencies]
42
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__ = "5.3.2"
+__version__ = "5.3.3"
0 commit comments