From bb82a49a6465f37dc88b3dfc742300d10a3e514d Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 24 Mar 2026 17:54:41 +0000 Subject: [PATCH] chore: bump version to 0.2.0 for protocol v0.1.24 https://claude.ai/code/session_015Gqqb6uHu7M6KgjhSMX8qo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 155dd15..b2d3701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "runcycles" -version = "0.1.3" +version = "0.2.0" description = "Python client for the Cycles budget-management protocol" readme = "README.md" license = "Apache-2.0"