From b810adbe675f6014d583488acbc96ad9eefead4f Mon Sep 17 00:00:00 2001 From: Ktrops Date: Wed, 11 Dec 2024 10:52:34 -0800 Subject: [PATCH] Publish new python sdk version (#68) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2eb429..bc2ab00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iwf-python-sdk" -version = "0.3.1" +version = "0.4.0" description = "" authors = ["Indeed Engineering"] readme = "README.md"