From fd11944894a6a9fcc363684472578689ea70b791 Mon Sep 17 00:00:00 2001 From: Lasse Borgholt Date: Tue, 30 Sep 2025 18:04:22 +0200 Subject: [PATCH 1/2] Empty online url fix --- README.md | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8d0c601..d5f82ab 100644 --- a/README.md +++ b/README.md @@ -106,19 +106,19 @@ __Collaborators:__ Corti - + Aalborg University - + Pioneer Centre for Artificial Intelligence - + Technical University of Denmark - + University of Copenhagen diff --git a/pyproject.toml b/pyproject.toml index 8cc2d32..7fec0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "error-align" -version = "0.1.0b1" +version = "0.1.0b2" description = "Text-to-text alignment algorithm for speech recognition error analysis." authors = ["Lasse Borgholt "] license = "MIT" From 4f8e3262cbab6cf187d8c377efbc52d84ba0d5a8 Mon Sep 17 00:00:00 2001 From: Lasse Borgholt Date: Tue, 30 Sep 2025 18:05:19 +0200 Subject: [PATCH 2/2] fix version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fec0c7..8cc2d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "error-align" -version = "0.1.0b2" +version = "0.1.0b1" description = "Text-to-text alignment algorithm for speech recognition error analysis." authors = ["Lasse Borgholt "] license = "MIT"