We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1a90d commit da7e03bCopy full SHA for da7e03b
src/rapidfuzz/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__: str = "Max Bachmann"
8
__license__: str = "MIT"
9
-__version__: str = "3.13.0"
+__version__: str = "3.14.0"
10
11
from rapidfuzz import distance, fuzz, process, utils
12
0 commit comments