From c9a3cc734852dc9e6b1dfbc94bae2259793be896 Mon Sep 17 00:00:00 2001 From: Nik Vaessen Date: Wed, 27 Oct 2021 12:16:31 +0200 Subject: [PATCH] update python-Levenshtein version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"