We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f6e98 commit d3d7af4Copy full SHA for d3d7af4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "zscaler-sdk-python"
3
-version = "0.1.5"
+version = "0.1.6"
4
description = "Official Python SDK for the Zscaler Products (Beta)"
5
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
6
license = "MIT"
zscaler/__init__.py
@@ -29,7 +29,7 @@
29
__contributors__ = [
30
"William Guilherme",
31
]
32
-__version__ = "0.1.5"
+__version__ = "0.1.6"
33
34
from zscaler.zia import ZIAClientHelper # noqa
35
from zscaler.zpa import ZPAClientHelper # noqa
0 commit comments