From 7787dc05f2f508d56bdde3a2352e576a215e1ecc Mon Sep 17 00:00:00 2001 From: claudi Date: Wed, 25 Mar 2026 10:05:37 +0100 Subject: [PATCH] fix: update regex pattern for version in pyproject.toml to avoid false matches --- update_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_version.py b/update_version.py index 98cb726..6e28df7 100644 --- a/update_version.py +++ b/update_version.py @@ -89,7 +89,7 @@ def main() -> int: # Update pyproject.toml if pyproject_path.exists(): - pattern = r'version = "[^"]+"' + pattern = r'(?