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