diff --git a/pyproject.toml b/pyproject.toml index 4e90c40..8681309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunktaucclib" -version = "6.1.1" +version = "6.2.0" description = "" authors = ["Splunk "] license = "APACHE-2.0" diff --git a/splunktaucclib/__init__.py b/splunktaucclib/__init__.py index d1daad0..1391a09 100644 --- a/splunktaucclib/__init__.py +++ b/splunktaucclib/__init__.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "6.1.1" +__version__ = "6.2.0"