fix partial_token_set_ratio returning 100 all the time

This commit is contained in:
maxbachmann 2020-09-22 18:24:34 +02:00
parent 7d2c7c674a
commit 13a828ce1b
No known key found for this signature in database
GPG Key ID: 60334E83C23820B8
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.11.2
0.11.3

@ -1 +1 @@
Subproject commit 17628068c8c16593bc21c9849c7ade3f6965a2fe
Subproject commit 352423173e5eecaf1657d65deb8df5202ce479ca

View File

@ -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