diff --git a/README.md b/README.md index e6fe639..99fde06 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ tests - v0.3 + v1.0 Python ≥ 3.10 MIT Single dependency diff --git a/README.zh.md b/README.zh.md index bb7ef12..c8b78b1 100644 --- a/README.zh.md +++ b/README.zh.md @@ -19,7 +19,7 @@ tests - v0.3 + v1.0 Python ≥ 3.10 MIT 仅依赖 PyYAML diff --git a/pyproject.toml b/pyproject.toml index 38b3ce9..b860915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "evolution-kernel" -version = "0.3.0" +version = "1.0.0" description = "A minimal autonomous evolution kernel with isolated planner, executor, evaluator roles." readme = "README.md" requires-python = ">=3.10"