Skip to content

Commit 30faa0d

Browse files
committed
upgrade version
1 parent f57fe0a commit 30faa0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"scikit-build-core>=0.10.6",
3+
"scikit-build-core>=0.10.7",
44
"Cython>=3.0.11,<3.1.0"
55
]
66
build-backend = "scikit_build_core.build"

src/Levenshtein/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__author__: str = "Max Bachmann"
2020
__license__: str = "GPL"
21-
__version__: str = "0.26.1"
21+
__version__: str = "0.27.0"
2222

2323
import rapidfuzz.distance.Hamming as _Hamming
2424
import rapidfuzz.distance.Indel as _Indel

0 commit comments

Comments
 (0)