Skip to content

Commit

Permalink
release 2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Dec 11, 2022
1 parent 2692591 commit 07a0381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def show_message(*lines):

setup_args = {
"name": "rapidfuzz",
"version": "2.13.5",
"version": "2.13.6",
"extras_require": {"full": ["numpy"]},
"url": "https://github.com/maxbachmann/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 @@ -3,7 +3,7 @@
"""
__author__: str = "Max Bachmann"
__license__: str = "MIT"
__version__: str = "2.13.5"
__version__: str = "2.13.6"

from rapidfuzz import distance, fuzz, process, string_metric, utils

Expand Down

0 comments on commit 07a0381

Please sign in to comment.