diff --git a/pyproject.toml b/pyproject.toml index 705ae31fd..d442d7661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "pytest-splunk-addon" -version = "2.1.1" +version = "2.1.2" description = "A Dynamic test tool for Splunk Apps and Add-ons" authors = ["rfaircloth-splunk "] license = "APACHE-2.0" diff --git a/pytest_splunk_addon/__init__.py b/pytest_splunk_addon/__init__.py index c72444ccc..92b31760a 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__ = "2.1.1" +__version__ = "2.1.2"