From 11aa517951b11177f2ce6348a3cfc9dd2c1d0c3a Mon Sep 17 00:00:00 2001 From: StreetLamb Date: Mon, 30 Dec 2024 13:05:17 +0800 Subject: [PATCH] Bump version to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e232c63..f9945cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rojak" -version = "0.1.1" +version = "0.1.2" description = "Durable and scalable multi-agent orchestration framework." authors = ["StreetLamb "] readme = "README.md"