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"]