Skip to content

Commit

Permalink
Prepare to tag release 2024-06-01.
Browse files Browse the repository at this point in the history
Change-Id: Ic0d6aa382308afbf6ccbb6c34b7fa3575443875c
Reviewed-on: https://code-review.googlesource.com/c/re2/+/63150
Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
  • Loading branch information
junyer committed May 30, 2024
1 parent 8e87559 commit 1db129f
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-05-01",
version = "2024-06-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 @@ -192,7 +192,7 @@ def include_dirs():

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

0 comments on commit 1db129f

Please sign in to comment.