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 d257770 commit 3b205aaCopy full SHA for 3b205aa
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.2.0
+pip install iwf-python-sdk==0.11.2
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.1"
+version = "0.11.2"
description = ""
authors = ["Indeed Engineering"]
readme = "README.md"
0 commit comments