Skip to content

Commit 7aedd25

Browse files
authored
release v2.13.7
1 parent 8eadc37 commit 7aedd25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
[2.13.7] -
4+
[2.13.7] - 2022-12-20
55
^^^^^^^^^^^^^^^^^^^^^
66
Fixed
77
~~~~~~~

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def show_message(*lines):
1313

1414
setup_args = {
1515
"name": "rapidfuzz",
16-
"version": "2.13.6",
16+
"version": "2.13.7",
1717
"extras_require": {"full": ["numpy"]},
1818
"url": "https://github.com/maxbachmann/RapidFuzz",
1919
"author": "Max Bachmann",

src/rapidfuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
__author__: str = "Max Bachmann"
55
__license__: str = "MIT"
6-
__version__: str = "2.13.6"
6+
__version__: str = "2.13.7"
77

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

0 commit comments

Comments
 (0)