From 3f5487442155a27e04e679a4b48212fc3a3eb152 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 24 Jan 2026 23:53:19 +1100 Subject: [PATCH] =?UTF-8?q?Bump=20version=202.0.2=20=E2=86=92=202.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44b185a..c4538af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ ] [tool.bumpver] -current_version = "2.0.2" +current_version = "2.0.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} → {new_version}" commit = true