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