From fcbef15f0de6888cd02d63cb157e1dff37730de0 Mon Sep 17 00:00:00 2001 From: Quanzheng Long Date: Fri, 22 Nov 2024 12:06:40 -0800 Subject: [PATCH] Update for for release 0.2 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbc303d..66e9484 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.1.2 +pip install iwf-python-sdk==0.2.0 ``` See [samples](https://github.com/indeedeng/iwf-python-samples) for use case examples. diff --git a/pyproject.toml b/pyproject.toml index db159f3..aec79bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"