Skip to content

Commit

Permalink
fix version requirement for rapidfuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Nov 2, 2023
1 parent a373ef2 commit 437a5ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### [2.0.1] - 2023-11-02
#### Fixed
- fix version requirement for rapidfuzz

### [2.0.0] - 2023-11-01
#### Changed
- use rapidfuzz to deduplicate the implementations
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = jarowinkler
version = 2.0.0
version = 2.0.1
description = library for fast approximate string matching using Jaro and Jaro-Winkler similarity
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -22,7 +22,7 @@ keywords = string, comparison, edit-distance
packages = jarowinkler
python_requires = >=3.8
install_requires =
rapidfuzz <= 3.5.1, < 4.0.0
rapidfuzz >= 3.5.2, < 4.0.0

[options.package_data]
* = *.pyi, py.typed

0 comments on commit 437a5ee

Please sign in to comment.