We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57fe0a commit 30faa0dCopy full SHA for 30faa0d
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "scikit-build-core>=0.10.6",
+ "scikit-build-core>=0.10.7",
4
"Cython>=3.0.11,<3.1.0"
5
]
6
build-backend = "scikit_build_core.build"
src/Levenshtein/__init__.py
@@ -18,7 +18,7 @@
18
19
__author__: str = "Max Bachmann"
20
__license__: str = "GPL"
21
-__version__: str = "0.26.1"
+__version__: str = "0.27.0"
22
23
import rapidfuzz.distance.Hamming as _Hamming
24
import rapidfuzz.distance.Indel as _Indel
0 commit comments