Skip to content

Commit 6b6f716

Browse files
committed
re2: prepare to tag 2025-11-05
1 parent 880c551 commit 6b6f716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module(
88
name = "re2",
9-
version = "2025-08-12",
9+
version = "2025-11-05",
1010
compatibility_level = 1,
1111
)
1212

python/setup.py

Lines changed: 1 addition & 1 deletion
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.20250812',
132+
version='1.1.20251105',
133133
description='RE2 Python bindings',
134134
long_description=long_description,
135135
long_description_content_type='text/plain',

0 commit comments

Comments
 (0)