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"