diff --git a/pyproject.toml b/pyproject.toml index e73eaafc..19146334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zscaler-sdk-python" -version = "0.1.5" +version = "0.1.6" description = "Official Python SDK for the Zscaler Products (Beta)" authors = ["Zscaler, Inc. "] license = "MIT" diff --git a/zscaler/__init__.py b/zscaler/__init__.py index 2a23549a..cef8c41f 100644 --- a/zscaler/__init__.py +++ b/zscaler/__init__.py @@ -29,7 +29,7 @@ __contributors__ = [ "William Guilherme", ] -__version__ = "0.1.5" +__version__ = "0.1.6" from zscaler.zia import ZIAClientHelper # noqa from zscaler.zpa import ZPAClientHelper # noqa