fix partial_token_set_ratio returning 100 all the time
This commit is contained in:
parent
7d2c7c674a
commit
13a828ce1b
|
@ -1 +1 @@
|
|||
Subproject commit 17628068c8c16593bc21c9849c7ade3f6965a2fe
|
||||
Subproject commit 352423173e5eecaf1657d65deb8df5202ce479ca
|
|
@ -3,6 +3,6 @@ rapid string matching library
|
|||
"""
|
||||
__author__ = "Max Bachmann"
|
||||
__license__ = "MIT"
|
||||
__version__ = "0.11.2"
|
||||
__version__ = "0.11.3"
|
||||
|
||||
from rapidfuzz import process, fuzz, levenshtein, utils
|
||||
|
|
Loading…
Reference in New Issue