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"