From 25ce05f8f0fc41efdda4a590300eff140a9da18e Mon Sep 17 00:00:00 2001 From: Protocol Zero <257158451+Protocol-zero-0@users.noreply.github.com> Date: Tue, 26 May 2026 09:13:16 +0000 Subject: [PATCH] chore: bump version 1.1.0 -> 1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch release shipping the executor.sh permission-mode fix (PR #37). Status badge stays at v1.1 — covers the whole v1.1.x line. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a7062b..08ef086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "evolution-kernel" -version = "1.1.0" +version = "1.1.1" description = "A minimal autonomous evolution kernel with isolated planner, executor, evaluator roles." readme = "README.md" requires-python = ">=3.10"