diff --git a/pyproject.toml b/pyproject.toml index dc37e5e..8736abd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunktaucclib" -version = "6.0.9" +version = "6.0.10" description = "" authors = ["Splunk "] license = "APACHE-2.0" diff --git a/splunktaucclib/__init__.py b/splunktaucclib/__init__.py index 5c88e1f..581d6b4 100644 --- a/splunktaucclib/__init__.py +++ b/splunktaucclib/__init__.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "6.0.9" +__version__ = "6.0.10"