Skip to content

Commit

Permalink
update python-Levenshtein version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvaessen committed Oct 27, 2021
1 parent f3db648 commit c9a3cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jiwer"
version = "2.2.0"
version = "2.2.1"
description = "Evaluate your speech-to-text system with similarity measures such as word error rate (WER)"
authors = ["Nik Vaessen <[email protected]>"]
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ include = ["LICENCE"]

[tool.poetry.dependencies]
python = "^3.6.2"
python-Levenshtein = "0.12.0"
python-Levenshtein = "0.12.2"

[tool.poetry.dev-dependencies]
black = "21.9b0"
Expand Down

0 comments on commit c9a3cc7

Please sign in to comment.