We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b4f6a commit 63dfb6aCopy full SHA for 63dfb6a
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+v0.1.5 (2024-09-08)
5
+-------------------
6
+- Add stub files
7
+- Add bounded Levenshtein distance algorithm by Fujimoto
8
+
9
v0.1.3 (2021-11-29)
10
-------------------
11
- Fix build from source on macOS
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "editdistpy"
-version = "0.1.5rc1"
+version = "0.1.5"
requires-python = ">=3.8"
authors = [
{name = "mmb L"},
0 commit comments