From d7b23c4b5fe94f77eb735297fb01889d759b0483 Mon Sep 17 00:00:00 2001 From: David Hyrule Date: Mon, 29 Jun 2026 13:27:22 +0200 Subject: [PATCH] chore: bump version to 0.3.0 (collector service + Dockerfile) Sync the package version with the v0.3.0 tag; the release workflow's version-match guard correctly failed because the tag was pushed before this bump. Co-Authored-By: Claude Opus 4.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e4fd56..07e3a53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "agent-core" -version = "0.2.0" +version = "0.3.0" description = "Shared typed contracts for the AS215932 Agent Runtime Framework (Phase 1 / ยง31 safe milestone)." requires-python = ">=3.11" dependencies = ["pydantic>=2,<3"]