We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2024-07-02
1 parent 7314a11 commit 6dcd83dCopy full SHA for 6dcd83d
MODULE.bazel
@@ -6,7 +6,7 @@
6
7
module(
8
name = "re2",
9
- version = "2024-07-01",
+ version = "2024-07-02",
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.20240701',
+ version='1.1.20240702',
133
description='RE2 Python bindings',
134
long_description=long_description,
135
long_description_content_type='text/plain',
0 commit comments