diff --git a/NOTICE b/NOTICE index 07b8c0d49..9dacdafa4 100644 --- a/NOTICE +++ b/NOTICE @@ -7,9 +7,9 @@ The following 3rd-party software packages may be used by or distributed with pytest-splunk-addon. Any information relevant to third-party vendors listed below are collected using common, reasonable means. -Date generated: 2022-9-19 +Date generated: 2022-10-6 -Revision ID: bdb8a1b0cc1542849cc6371fcb1ee513f17e85da +Revision ID: 55493ac2e9a65a9f864772de9b17fcf5e8490ff8 ================================================================================ ================================================================================ @@ -4519,4 +4519,4 @@ This formulation of W3C's notice and license became active on August 14 1998 so -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2022-9-19 +Report Generated by FOSSA on 2022-10-6 diff --git a/pyproject.toml b/pyproject.toml index 81c15969f..716e73e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "pytest-splunk-addon" -version = "4.0.2" +version = "4.0.3" 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 86d5ecc58..16da888a3 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__ = "4.0.2" +__version__ = "4.0.3"