Skip to content

Commit

Permalink
release 0.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Oct 17, 2022
1 parent fda21fa commit 6da01cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### v0.20.7
#### Fixed
- type hints did not get installed

### v0.20.6
#### Fixed
- fix incorrect result normalization in `setratio` and `seqratio`
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 = python-Levenshtein
version = 0.20.6
version = 0.20.7
description = Python extension for computing string edit distances and similarities.
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -22,4 +22,4 @@ keywords = string, Levenshtein, comparison, edit-distance
[options]
python_requires = >=3.6
install_requires =
Levenshtein==0.20.6
Levenshtein==0.20.7

0 comments on commit 6da01cd

Please sign in to comment.