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 9a3b491 commit a13c309Copy full SHA for a13c309
README.md
@@ -4,7 +4,7 @@
4
Python SDK for [iWF workflow engine](https://github.com/indeedeng/iwf)
5
6
```
7
-pip install iwf-python-sdk==0.11.2
+pip install iwf-python-sdk==0.12.0
8
9
10
See [samples](https://github.com/indeedeng/iwf-python-samples) for use case examples.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "iwf-python-sdk"
3
-version = "0.11.2"
+version = "0.12.0"
description = ""
authors = ["Indeed Engineering"]
readme = "README.md"
0 commit comments