From 4b165b7cb421979fabc88db7fce5ebe2175e883e Mon Sep 17 00:00:00 2001 From: owieschon Date: Tue, 21 Jul 2026 20:10:12 -0400 Subject: [PATCH] release: promote 2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e95a001..2718657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sourcebound" -version = "2.0.0rc3" +version = "2.0.0" description = "Bind documentation claims to source evidence and fail CI when they drift." readme = "README.md" requires-python = ">=3.10"