From 994387a908e298a4ffc7cb94b7fd441b15d5eba9 Mon Sep 17 00:00:00 2001 From: Lasse Borgholt Date: Sat, 4 Apr 2026 22:28:39 +0200 Subject: [PATCH] Bump version from 0.1.0b8 to 0.1.0b9 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 436897e..f49f747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build" [project] name = "error-align" -version = "0.1.0b8" +version = "0.1.0b9" description = "Text-to-text alignment algorithm for speech recognition error analysis." readme = "README.md" requires-python = ">=3.10,<3.15"