From 59bee3a277ef75a2b5b9358cb770fad27cb491a1 Mon Sep 17 00:00:00 2001 From: Younes Abouelnagah Date: Tue, 5 May 2026 15:27:02 -0400 Subject: [PATCH] chore: bump version to 0.5.6 Patch release for OpenRouter service_tier validation fix (PR #44). Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4145b11..fbe96a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fava-trails" -version = "0.5.5" +version = "0.5.6" description = "FAVA Trails 🫛👣 — Federated Agents Versioned Audit Trail. VCS-backed memory for AI agents via MCP." readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 3bf3b5d..ba769e8 100644 --- a/uv.lock +++ b/uv.lock @@ -433,7 +433,7 @@ wheels = [ [[package]] name = "fava-trails" -version = "0.5.4" +version = "0.5.6" source = { editable = "." } dependencies = [ { name = "any-llm-sdk" },