Skip to content

Commit

Permalink
Prepare to tag release 2024-07-01.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
junyer committed Jun 28, 2024
1 parent 6144b62 commit 99b6b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module(
name = "re2",
version = "2024-06-01",
version = "2024-07-01",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def include_dirs():

setuptools.setup(
name='google-re2',
version='1.1.20240601',
version='1.1.20240701',
description='RE2 Python bindings',
long_description=long_description,
long_description_content_type='text/plain',
Expand Down

0 comments on commit 99b6b5c

Please sign in to comment.