diff --git a/README.md b/README.md index 3b568ce..79f9f77 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Python SDK for [iWF workflow engine](https://github.com/indeedeng/iwf) ``` -pip install iwf-python-sdk==0.11.2 +pip install iwf-python-sdk==0.12.0 ``` See [samples](https://github.com/indeedeng/iwf-python-samples) for use case examples. diff --git a/pyproject.toml b/pyproject.toml index 6961057..b708afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iwf-python-sdk" -version = "0.11.2" +version = "0.12.0" description = "" authors = ["Indeed Engineering"] readme = "README.md"