From 8b613d910110f185aa8a65983c00eba086fc942e Mon Sep 17 00:00:00 2001 From: qwbarch Date: Thu, 26 Dec 2024 05:38:25 -0500 Subject: [PATCH] Bump to v0.1.0.3 --- package.yaml | 2 +- silero-vad.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index 8de811f..c284d1c 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: silero-vad -version: 0.1.0.2 +version: 0.1.0.3 tested-with: GHC == 9.8, GHC == 9.2.8, GHC == 8.10.7 license: MIT license-file: LICENSE diff --git a/silero-vad.cabal b/silero-vad.cabal index 164c883..d8365db 100644 --- a/silero-vad.cabal +++ b/silero-vad.cabal @@ -5,7 +5,7 @@ cabal-version: 1.18 -- see: https://github.com/sol/hpack name: silero-vad -version: 0.1.0.2 +version: 0.1.0.3 synopsis: Voice activity detection powered by SileroVAD. description: A haskell implentation of SileroVAD, a pre-trained enterprise-grade voice activity detector. category: Audio, Sound