Skip to content

Commit 6da01cd

Browse files
authored
release 0.20.7
1 parent fda21fa commit 6da01cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v0.20.7
4+
#### Fixed
5+
- type hints did not get installed
6+
37
### v0.20.6
48
#### Fixed
59
- fix incorrect result normalization in `setratio` and `seqratio`

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-Levenshtein
3-
version = 0.20.6
3+
version = 0.20.7
44
description = Python extension for computing string edit distances and similarities.
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -22,4 +22,4 @@ keywords = string, Levenshtein, comparison, edit-distance
2222
[options]
2323
python_requires = >=3.6
2424
install_requires =
25-
Levenshtein==0.20.6
25+
Levenshtein==0.20.7

0 commit comments

Comments
 (0)