Skip to content

Commit d176f65

Browse files
authored
tag release
1 parent 745f0b7 commit d176f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

1616
setup_args = {
1717
"name": "rapidfuzz",
18-
"version": "3.9.5",
18+
"version": "3.9.6",
1919
"extras_require": {"full": ["numpy"]},
2020
"url": "https://github.com/rapidfuzz/RapidFuzz",
2121
"author": "Max Bachmann",

src/rapidfuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__: str = "Max Bachmann"
88
__license__: str = "MIT"
9-
__version__: str = "3.9.5"
9+
__version__: str = "3.9.6"
1010

1111
from rapidfuzz import distance, fuzz, process, utils
1212

0 commit comments

Comments
 (0)