From ea52d89a012e2f65a14c387ee0fe18391ce548ca Mon Sep 17 00:00:00 2001 From: StreetLamb Date: Sat, 4 Jan 2025 23:19:38 +0800 Subject: [PATCH] Bump version to 0.2.0 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d18cb15..40d0b48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rojak" -version = "0.1.3" +version = "0.2.0" description = "Durable and scalable multi-agent orchestration framework." authors = ["StreetLamb "] readme = "README.md"