diff --git a/pyproject.toml b/pyproject.toml index df6355be7..fb34510b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "pytest-splunk-addon" -version = "3.0.1" +version = "3.0.2" description = "A Dynamic test tool for Splunk Apps and Add-ons" authors = ["Splunk "] license = "APACHE-2.0" diff --git a/pytest_splunk_addon/__init__.py b/pytest_splunk_addon/__init__.py index 7cca1a30b..1fd7ddd11 100644 --- a/pytest_splunk_addon/__init__.py +++ b/pytest_splunk_addon/__init__.py @@ -18,4 +18,4 @@ __author__ = """Splunk Inc.""" __email__ = "rfaircloth@splunk.com" -__version__ = "3.0.1" +__version__ = "3.0.2"