Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jan 14, 2025
1 parent f57fe0a commit 30faa0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"scikit-build-core>=0.10.6",
"scikit-build-core>=0.10.7",
"Cython>=3.0.11,<3.1.0"
]
build-backend = "scikit_build_core.build"
Expand Down
2 changes: 1 addition & 1 deletion src/Levenshtein/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__author__: str = "Max Bachmann"
__license__: str = "GPL"
__version__: str = "0.26.1"
__version__: str = "0.27.0"

import rapidfuzz.distance.Hamming as _Hamming
import rapidfuzz.distance.Indel as _Indel
Expand Down

0 comments on commit 30faa0d

Please sign in to comment.