From 33e5d84aaeb5771f769f022791ca0d272ea890b1 Mon Sep 17 00:00:00 2001 From: Lasse Borgholt Date: Mon, 15 Dec 2025 13:06:37 +0100 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa98bd3..e28e530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build" [project] name = "error-align" -version = "0.1.0b5" +version = "0.1.0b6" description = "Text-to-text alignment algorithm for speech recognition error analysis." readme = "README.md" requires-python = ">=3.11,<3.15"