Prepare to tag release `2024-06-01`.

Change-Id: Ic0d6aa382308afbf6ccbb6c34b7fa3575443875c
Reviewed-on: https://code-review.googlesource.com/c/re2/+/63150
Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index a14365c..995ebd1 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -6,7 +6,7 @@
 
 module(
     name = "re2",
-    version = "2024-05-01",
+    version = "2024-06-01",
     compatibility_level = 1,
 )
 
diff --git a/python/setup.py b/python/setup.py
index 27782bf..7548c6e 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -192,7 +192,7 @@
 
 setuptools.setup(
     name='google-re2',
-    version='1.1.20240501',
+    version='1.1.20240601',
     description='RE2 Python bindings',
     long_description=long_description,
     long_description_content_type='text/plain',