Bring back .YYYYMMDD suffixes for google-re2 versioning.

While I'm here, update @abseil-cpp to version 20240116.2.

Fixes #486.

Change-Id: I86ec3bd1860e2bd1424a67eb5590eaaa7cc4ea71
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62990
Reviewed-by: Paul Wankadia <junyer@google.com>
Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
This commit is contained in:
Paul Wankadia
2024-04-09 18:32:14 +00:00
parent 3c7e162c8e
commit b84e3ff189
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ ext_module = setuptools.Extension(
setuptools.setup(
name='google-re2',
version='1.1',
version='1.1.20240401',
description='RE2 Python bindings',
long_description=long_description,
long_description_content_type='text/plain',