From 329ce5da262050549b55b2f96815143b3cb7a977 Mon Sep 17 00:00:00 2001 From: Sparkss Date: Fri, 11 Jul 2025 21:28:34 +0800 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa54e27..cfc8bf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "isek" -version = "0.2.0" +version = "0.2.1" description = "ISEK Distributed Multi-Agent Framework" readme = "README.md" license = { text = "MIT" }