From 99b6b5c7d537f29cfd60016c951f5cb0ae141984 Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Fri, 28 Jun 2024 08:20:19 +0000 Subject: [PATCH] Prepare to tag release `2024-07-01`. Change-Id: I69d947db172debad79b7368d31d1215e571100a1 Reviewed-on: https://code-review.googlesource.com/c/re2/+/63390 Reviewed-by: Perry Lorier Reviewed-by: Paul Wankadia --- MODULE.bazel | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index dbcee100..da0642af 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -6,7 +6,7 @@ module( name = "re2", - version = "2024-06-01", + version = "2024-07-01", compatibility_level = 1, ) diff --git a/python/setup.py b/python/setup.py index e128cf9f..e19949a8 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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',