From 35d601adc65079e5b00d529d178a00a6781e73a9 Mon Sep 17 00:00:00 2001 From: Alexander Veysov Date: Wed, 9 Oct 2024 12:47:08 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ba2ac4..589e78b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "silero-vad" -version = "5.1" +version = "5.1.1" authors = [ {name="Silero Team", email="hello@silero.ai"}, ] @@ -32,4 +32,4 @@ dependencies = [ [project.urls] Homepage = "https://github.com/snakers4/silero-vad" -Issues = "https://github.com/snakers4/silero-vad/issues" \ No newline at end of file +Issues = "https://github.com/snakers4/silero-vad/issues"