From 1bc0b18cf029a8e16a1fea830b0827b882fba792 Mon Sep 17 00:00:00 2001 From: Ruslan Strazhnyk Date: Thu, 9 Jul 2026 22:48:52 +0200 Subject: [PATCH] =?UTF-8?q?release:=20v0.1.1=20=E2=80=94=209lives.run=20fo?= =?UTF-8?q?oter=20in=20published=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps version so the PyPI package ships the corrected PR-comment footer (curl -sL 9lives.run | sh) merged in #1. No functional changes. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ed1a61..629814f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "9lives" -version = "0.1.0" +version = "0.1.1" description = "Self-healing QA for the coding-agent era. Your tests have nine lives." readme = "README.md" license = { text = "MIT" }