Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Sep 9, 2021
1 parent 3bb00af commit a524a54
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/cpp_levenshtein.cpp linguist-vendored
src/c_levenshtein.c linguist-vendored
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Max Bachmann'

# The full version, including alpha/beta/rc tags
release = '0.13.0'
release = '0.14.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package_dir=
packages = find:
python_requires = >=3.5
install_requires =
rapidfuzz >= 1.5, < 1.6
rapidfuzz >= 1.5.1, < 1.7

[options.packages.find]
where=src
2 changes: 1 addition & 1 deletion src/Levenshtein/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__author__ = "Max Bachmann"
__license__ = "GPL"
__version__ = "0.13.0"
__version__ = "0.14.0"

from rapidfuzz import string_metric as _string_metric

Expand Down
Loading

0 comments on commit a524a54

Please sign in to comment.