From 6478567951ae5c9979ad7b234185b5515f4be7a1 Mon Sep 17 00:00:00 2001 From: Alexander Veysov Date: Wed, 9 Oct 2024 12:49:27 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 589e78b..b0c76cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "silero-vad" -version = "5.1.1" +version = "5.1.2" authors = [ {name="Silero Team", email="hello@silero.ai"}, ]