From 6de3660f25137959fb91a6761628735e344b4239 Mon Sep 17 00:00:00 2001 From: adamnsandle Date: Tue, 9 Jul 2024 10:27:00 +0000 Subject: [PATCH] fx version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1dd1fd5..9132ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "silero-vad" -version = "5.0.1b3" +version = "5.1" authors = [ {name="Silero Team", email="hello@silero.ai"}, ]