2 Commits

Author SHA1 Message Date
Alexander Veysov
6478567951 Update pyproject.toml 2024-10-09 12:49:27 +03:00
Alexander Veysov
35d601adc6 Update pyproject.toml 2024-10-09 12:47:08 +03:00

View File

@@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[project] [project]
name = "silero-vad" name = "silero-vad"
version = "5.1" version = "5.1.2"
authors = [ authors = [
{name="Silero Team", email="hello@silero.ai"}, {name="Silero Team", email="hello@silero.ai"},
] ]
@@ -32,4 +32,4 @@ dependencies = [
[project.urls] [project.urls]
Homepage = "https://github.com/snakers4/silero-vad" Homepage = "https://github.com/snakers4/silero-vad"
Issues = "https://github.com/snakers4/silero-vad/issues" Issues = "https://github.com/snakers4/silero-vad/issues"