diff --git a/pyproject.toml b/pyproject.toml index 803ff8a..23bff95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" @@ -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"