prepare release 2025-06-26

Blindly following https://code-review.googlesource.com/c/re2/+/63450.

Change-Id: I5cb128581275f4a4617a59eac76b9416e0166943
Reviewed-on: https://code-review.googlesource.com/c/re2/+/63590
Reviewed-by: Alan Donovan <adonovan@google.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index cd2a90b..bad916c 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -6,7 +6,7 @@
 
 module(
     name = "re2",
-    version = "2024-07-02",
+    version = "2025-06-26",
     compatibility_level = 1,
 )
 
diff --git a/python/setup.py b/python/setup.py
index a67509b..1398529 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -129,7 +129,7 @@
 
   setuptools.setup(
       name='google-re2',
-      version='1.1.20240702',
+      version='1.1.20250626',
       description='RE2 Python bindings',
       long_description=long_description,
       long_description_content_type='text/plain',