diff --git a/MODULE.bazel b/MODULE.bazel index a14365c6d..995ebd1b5 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 27782bf57..7548c6ef6 100644 --- a/python/setup.py +++ b/python/setup.py @@ -192,7 +192,7 @@ def include_dirs(): 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',