Release v1.6.1

This commit is contained in:
Max Bachmann 2021-09-11 12:27:39 +02:00
parent a9e7bd703f
commit 8a293f1545
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.6.0
1.6.1

View File

@ -22,7 +22,7 @@ copyright = '2021, Max Bachmann'
author = 'Max Bachmann'
# The full version, including alpha/beta/rc tags
release = '1.6.0'
release = '1.6.1'
# -- General configuration ---------------------------------------------------

View File

@ -3,6 +3,6 @@ rapid string matching library
"""
__author__ = "Max Bachmann"
__license__ = "MIT"
__version__ = "1.6.0"
__version__ = "1.6.1"
from rapidfuzz import process, fuzz, utils, levenshtein, string_metric