From e7441e258d234237760c9a053a358424505af580 Mon Sep 17 00:00:00 2001 From: Chris Geyer Date: Wed, 9 Sep 2026 15:34:51 +0000 Subject: [PATCH] chore(release): bump version to 0.4.6 The v0.4.6 tag was cut at e6a0831 while pyproject.toml still read 0.4.5, so the release build stopped at its own guard: Version mismatch: pyproject.toml=0.4.5 release_tag=v0.4.6 The guard did its job -- publishing 0.4.5's metadata under a 0.4.6 tag is exactly what it exists to prevent. What is missing is the bump commit; 0.4.5 had one (03b6dea). Co-Authored-By: Claude Opus 5 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d94af366..259ca903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "roar-cli" -version = "0.4.5" +version = "0.4.6" description = "Reproducibility and provenance tracker for ML training pipelines" authors = [ { name="TReqs Team", email="info@treqs.ai" }