From bed426c0eeb1d3ab8a4ca16c3f9acde699c348f3 Mon Sep 17 00:00:00 2001 From: Cameron Brooks Date: Thu, 20 Aug 2026 16:56:36 -0400 Subject: [PATCH] build: refresh uv.lock self-version to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The committed lock pinned the editable marlin-host at 0.1.0 while pyproject and __init__ are at 0.2.1, so every `uv run`/`uv lock` rewrote the line — harmless churn, but it dirtied the tree on each local run. Regenerate the lock so it matches the package version. Claude-Session: https://claude.ai/code/session_017N6LZRKsJYXcNMQZqeEvpd --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 90d75e6..d378732 100644 --- a/uv.lock +++ b/uv.lock @@ -22,7 +22,7 @@ wheels = [ [[package]] name = "marlin-host" -version = "0.1.0" +version = "0.2.1" source = { editable = "." } [package.optional-dependencies]