Skip to content

Commit 19ec00b

Browse files
committed
Merged itsadok's changes to fix treatment of \D and \W. Added tests to reflection issue axiak#4.
1 parent 61b6c48 commit 19ec00b

File tree

4 files changed

+1107
-714
lines changed

4 files changed

+1107
-714
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_authors():
6161

6262
setup(
6363
name="re2",
64-
version="0.2.13",
64+
version="0.2.14",
6565
description="Python wrapper for Google's RE2 using Cython",
6666
long_description=get_long_description(),
6767
author=get_authors(),

0 commit comments

Comments
 (0)