From 9d666394cd0999d35a53159dc5f41ca78e0da033 Mon Sep 17 00:00:00 2001 From: "Protocol Zero (v1.1 agent)" Date: Sun, 17 May 2026 06:34:01 +0000 Subject: [PATCH] chore: bump version 1.0.0 -> 1.1.0 + status badge v1.0 -> v1.1 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 2c2177d..a379f7e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ tests - v1.0 + v1.1 Python ≥ 3.10 MIT Single dependency diff --git a/README.zh.md b/README.zh.md index 2355177..16f2c7c 100644 --- a/README.zh.md +++ b/README.zh.md @@ -23,7 +23,7 @@ tests - v1.0 + v1.1 Python ≥ 3.10 MIT 仅依赖 PyYAML diff --git a/pyproject.toml b/pyproject.toml index 8b9c304..a08c202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "evolution-kernel" -version = "1.0.0" +version = "1.1.0" description = "A minimal autonomous evolution kernel with isolated planner, executor, evaluator roles." readme = "README.md" requires-python = ">=3.10"