Skip to content

Commit

Permalink
release v2.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Dec 20, 2022
1 parent 8eadc37 commit 7aedd25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
@@ -1,7 +1,7 @@
Changelog
---------

[2.13.7] -
[2.13.7] - 2022-12-20
^^^^^^^^^^^^^^^^^^^^^
Fixed
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def show_message(*lines):

setup_args = {
"name": "rapidfuzz",
"version": "2.13.6",
"version": "2.13.7",
"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
Expand Up @@ -3,7 +3,7 @@
"""
__author__: str = "Max Bachmann"
__license__: str = "MIT"
__version__: str = "2.13.6"
__version__: str = "2.13.7"

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

Expand Down

0 comments on commit 7aedd25

Please sign in to comment.