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 aa52f02 commit 07a5a6dCopy full SHA for 07a5a6d
1 file changed
src/rapidfuzz/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__: str = "Max Bachmann"
8
__license__: str = "MIT"
9
-__version__: str = "3.12.2"
+__version__: str = "3.13.0"
10
11
from rapidfuzz import distance, fuzz, process, utils
12
0 commit comments