From e7e434c9f2cee72f71a3e706dbf5d460bb0d1d6d Mon Sep 17 00:00:00 2001 From: santisoutoo Date: Fri, 24 Jul 2026 13:31:04 +0200 Subject: [PATCH] chore: bump a320-mcp and a320-bench to 0.5.0 for the v0.5.0 milestone tag Trajectory meta records these versions; from this tag on, a recorded run declares the harness version that matches the release it was produced by. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_014JCrwRbtN7UA5ijn13vPmm --- bench/pyproject.toml | 2 +- mcp/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bench/pyproject.toml b/bench/pyproject.toml index 4428abc..d23898f 100644 --- a/bench/pyproject.toml +++ b/bench/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "a320-bench" -version = "0.1.0" +version = "0.5.0" description = "Phase 5 benchmark harness: scenario suite, episode runner and trajectory recording over the a320 MCP server" readme = "README.md" requires-python = ">=3.10" diff --git a/mcp/pyproject.toml b/mcp/pyproject.toml index c33d9ea..25ce4f6 100644 --- a/mcp/pyproject.toml +++ b/mcp/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "a320-mcp" -version = "0.1.0" +version = "0.5.0" description = "MCP server exposing the headless A320 systems core to LLM agents" readme = "README.md" # El SDK de MCP exige >=3.10; el resto de paquetes del repo declaran >=3.9.