From e6692546d593315c58de41c92c6f81a5260933db Mon Sep 17 00:00:00 2001 From: clement-pages Date: Fri, 29 Nov 2024 11:37:24 +0100 Subject: [PATCH] bump audio component version to 0.10.0 --- gryannote/audio/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gryannote/audio/pyproject.toml b/gryannote/audio/pyproject.toml index 122553d..53384ea 100644 --- a/gryannote/audio/pyproject.toml +++ b/gryannote/audio/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "gryannote_audio" -version = "0.9.5" +version = "0.10.0" description = "audio component with speaker annotations" readme = "README.md" license = "MIT"