Skip to content

Commit d3d7af4

Browse files
chore(release): 0.1.6
### [0.1.6](v0.1.5...v0.1.6) (2024-04-30) ### Bug Fixes * Added CodeCov workflow step ([#83](#83)) ([24f6e98](24f6e98))
1 parent 24f6e98 commit d3d7af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zscaler-sdk-python"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Official Python SDK for the Zscaler Products (Beta)"
55
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
66
license = "MIT"

zscaler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__contributors__ = [
3030
"William Guilherme",
3131
]
32-
__version__ = "0.1.5"
32+
__version__ = "0.1.6"
3333

3434
from zscaler.zia import ZIAClientHelper # noqa
3535
from zscaler.zpa import ZPAClientHelper # noqa

0 commit comments

Comments
 (0)