Skip to content

Commit

Permalink
release 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed May 31, 2024
1 parent 6985c54 commit 5503eed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

[3.9.3] - 2024-
[3.9.3] - 2024-06-31
^^^^^^^^^^^^^^^^^^^^
Fixed
~~~~~
Expand Down
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.9.2",
"version": "3.9.3",
"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.9.2"
__version__: str = "3.9.3"

from rapidfuzz import distance, fuzz, process, utils

Expand Down

0 comments on commit 5503eed

Please sign in to comment.