From f182e27ab544e1c90f14171eee8121142cee65d4 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Jul 2026 11:10:56 +0000 Subject: [PATCH] Bump version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9893daa..7db700c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "patchdiff" -version = "0.3.12" +version = "1.0.0" description = "Bidirectional, JSON-patch-compliant diffs between Python data structures" authors = [ { name = "Korijn van Golen", email = "korijn@gmail.com" },