From 8cc90c27ab31c55088ae961fe9d98d7aee1fa463 Mon Sep 17 00:00:00 2001 From: Protocol Zero <257158451+Protocol-zero-0@users.noreply.github.com> Date: Wed, 13 May 2026 19:51:30 +0000 Subject: [PATCH] chore: bump version to 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - pyproject.toml: 0.1.0 → 0.3.0 (catches up with v0.2 release in PR4 and the v0.3 cut after k-branch parallel exploration shipped) - README badges: v0.2 → v0.3 (en + zh) Co-Authored-By: Claude Opus 4.7 --- README.md | 2 +- README.zh.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8823b56..1d48a26 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ tests - v0.2 + v0.3 Python ≥ 3.10 MIT Single dependency diff --git a/README.zh.md b/README.zh.md index 06bfc98..381d988 100644 --- a/README.zh.md +++ b/README.zh.md @@ -19,7 +19,7 @@ tests - v0.2 + v0.3 Python ≥ 3.10 MIT 仅依赖 PyYAML diff --git a/pyproject.toml b/pyproject.toml index c67ef80..38b3ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "evolution-kernel" -version = "0.1.0" +version = "0.3.0" description = "A minimal autonomous evolution kernel with isolated planner, executor, evaluator roles." readme = "README.md" requires-python = ">=3.10"