fix crash in editops

This commit is contained in:
Max Bachmann 2021-12-13 23:28:17 +01:00
parent 460d291a38
commit 3314798a7e
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
1.9.0
1.9.1

View File

@ -22,7 +22,7 @@ copyright = '2021, Max Bachmann'
author = 'Max Bachmann'
# The full version, including alpha/beta/rc tags
release = '1.9.0'
release = '1.9.1'
# -- General configuration ---------------------------------------------------

@ -1 +1 @@
Subproject commit d58a06989d7790592ce6baf1eade93f70ab7d502
Subproject commit 103674db0785f6c1c8e247abc850e48c75c22e1c

View File

@ -3,6 +3,6 @@ rapid string matching library
"""
__author__ = "Max Bachmann"
__license__ = "MIT"
__version__ = "1.9.0"
__version__ = "1.9.1"
from rapidfuzz import process, fuzz, utils, levenshtein, string_metric