Skip to content

Commit 99b6b5c

Browse files
committed
Prepare to tag release 2024-07-01.
Change-Id: I69d947db172debad79b7368d31d1215e571100a1 Reviewed-on: https://code-review.googlesource.com/c/re2/+/63390 Reviewed-by: Perry Lorier <perryl@google.com> Reviewed-by: Paul Wankadia <junyer@google.com>
1 parent 6144b62 commit 99b6b5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module(
88
name = "re2",
9-
version = "2024-06-01",
9+
version = "2024-07-01",
1010
compatibility_level = 1,
1111
)
1212

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def include_dirs():
127127

128128
setuptools.setup(
129129
name='google-re2',
130-
version='1.1.20240601',
130+
version='1.1.20240701',
131131
description='RE2 Python bindings',
132132
long_description=long_description,
133133
long_description_content_type='text/plain',

0 commit comments

Comments
 (0)