Skip to content

Commit 865fbf0

Browse files
committed
fix inconsistency towards fuzzywuzzy
1 parent 82e77db commit 865fbf0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.1
1+
0.12.2

src/rapidfuzz-cpp

Submodule rapidfuzz-cpp updated from 606eeeb to a4ee697

src/rapidfuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"""
44
__author__ = "Max Bachmann"
55
__license__ = "MIT"
6-
__version__ = "0.12.1"
6+
__version__ = "0.12.2"
77

88
from rapidfuzz import process, fuzz, levenshtein, utils

0 commit comments

Comments
 (0)