Skip to content

Commit

Permalink
Update for for release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Nov 22, 2024
1 parent ecf41da commit fcbef15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Python SDK for [iWF workflow engine](https://github.com/indeedeng/iwf)

```
pip install iwf-python-sdk==0.1.2
pip install iwf-python-sdk==0.2.0
```

See [samples](https://github.com/indeedeng/iwf-python-samples) for use case examples.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iwf-python-sdk"
version = "0.1.4"
version = "0.2.0"
description = ""
authors = ["Indeed Engineering"]
readme = "README.md"
Expand Down

0 comments on commit fcbef15

Please sign in to comment.