Skip to content

Commit

Permalink
release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Mar 24, 2024
1 parent c4a5d5c commit 699a41b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extern/rapidfuzz-cpp
Submodule rapidfuzz-cpp updated 1 files
+1 −1 CHANGELOG.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def show_message(*lines):

setup_args = {
"name": "rapidfuzz",
"version": "3.6.2",
"version": "3.7.0",
"extras_require": {"full": ["numpy"]},
"url": "https://github.com/rapidfuzz/RapidFuzz",
"author": "Max Bachmann",
Expand Down
2 changes: 1 addition & 1 deletion src/rapidfuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__: str = "Max Bachmann"
__license__: str = "MIT"
__version__: str = "3.6.2"
__version__: str = "3.7.0"

from rapidfuzz import distance, fuzz, process, utils

Expand Down

0 comments on commit 699a41b

Please sign in to comment.