We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880c551 commit 6b6f716Copy full SHA for 6b6f716
MODULE.bazel
@@ -6,7 +6,7 @@
6
7
module(
8
name = "re2",
9
- version = "2025-08-12",
+ version = "2025-11-05",
10
compatibility_level = 1,
11
)
12
python/setup.py
@@ -129,7 +129,7 @@ def include_dirs():
129
130
setuptools.setup(
131
name='google-re2',
132
- version='1.1.20250812',
+ version='1.1.20251105',
133
description='RE2 Python bindings',
134
long_description=long_description,
135
long_description_content_type='text/plain',
0 commit comments