Skip to content

Commit 6dcd83d

Browse files
committed
Prepare to tag release 2024-07-02.
Change-Id: Ie5241f797412753c9e3a1fe47371c2b5e3d676ea Reviewed-on: https://code-review.googlesource.com/c/re2/+/63450 Reviewed-by: Paul Wankadia <[email protected]> Reviewed-by: Aaron Jacobs <[email protected]>
1 parent 7314a11 commit 6dcd83d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def include_dirs():
129129

130130
setuptools.setup(
131131
name='google-re2',
132-
version='1.1.20240701',
132+
version='1.1.20240702',
133133
description='RE2 Python bindings',
134134
long_description=long_description,
135135
long_description_content_type='text/plain',

0 commit comments

Comments
 (0)