From e662a3062598c73935fab4b93ec0b86030bac067 Mon Sep 17 00:00:00 2001 From: Berend Klein Haneveld Date: Tue, 17 Mar 2026 09:45:37 +0100 Subject: [PATCH] Bump version to 0.3.9 This release includes the following: - Fix missing methods on proxies (#31) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc08a8f..b710ab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "patchdiff" -version = "0.3.8" +version = "0.3.9" description = "MIT" authors = [ { name = "Korijn van Golen", email = "korijn@gmail.com" },