From ba6cb539c9cedb4fc48d47fe81f2d7b417217f02 Mon Sep 17 00:00:00 2001 From: Vignesh Narayanaswamy Date: Wed, 10 Jun 2026 10:21:00 -0700 Subject: [PATCH] chore: bump version to 0.7.4 Co-Authored-By: Claude Fable 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a143b27..6ab422f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "model-ledger" -version = "0.7.3" +version = "0.7.4" description = "Developer-first model inventory and governance framework for SR 11-7, EU AI Act, and NIST AI RMF compliance" readme = "README.md" requires-python = ">=3.10"