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 6ace0f8 commit c9088d5Copy full SHA for c9088d5
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "zscaler-sdk-python"
3
-version = "1.2.3"
+version = "1.2.4"
4
description = "Official Python SDK for the Zscaler Products"
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__ = "1.2.3"
+__version__ = "1.2.4"
33
34
35
from zscaler.oneapi_client import Client as ZscalerClient # noqa
0 commit comments