diff --git a/setup.py b/setup.py index e8fc3a30..f55a8f62 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def show_message(*lines): setup_args = { "name": "rapidfuzz", - "version": "3.5.0", + "version": "3.5.1", "extras_require": {"full": ["numpy"]}, "url": "https://github.com/maxbachmann/RapidFuzz", "author": "Max Bachmann",