From 84f3faea8ab0b4d0e380d5f510138910a5114f80 Mon Sep 17 00:00:00 2001 From: rabbitblood Date: Fri, 24 Apr 2026 11:54:13 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20to=200.1.15=20=E2=80=94=20ship?= =?UTF-8?q?=20A2A=5FERROR=20observability=20fix=20(#51)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #52 fixed the empty '[A2A_ERROR] ' suffix but didn't bump the version — the fix landed on main without a corresponding PyPI release, so workspace-template rebuilds keep pulling 0.1.14 and the fix never reaches running agents. Bump to 0.1.15 to trigger the publish-on-tag workflow (maintainer pushes v0.1.15 tag after staging→main promotion). Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8c38cb..c823145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "molecule-ai-workspace-runtime" -version = "0.1.14" +version = "0.1.15" description = "Molecule AI workspace runtime — shared infrastructure for all agent adapters" requires-python = ">=3.11"