From 1f25d3fe85e42bbd68b0f685b09fdb081927c207 Mon Sep 17 00:00:00 2001 From: daanzu Date: Thu, 5 Sep 2024 02:49:16 -0400 Subject: [PATCH] Bump version to 2.0.14 --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b42c510..42b8317 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ To run unit tests:: History ------- -Unreleased +2.0.14 * Add RISC-V support (but no wheels yet). Thanks, `hack3ric `_! * Add loongarch64 support (but no wheels yet). Thanks, `zhangwenlong8911 `_! diff --git a/setup.py b/setup.py index ce51241..b8e99fb 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ name='webrtcvad-wheels', author='David Zurow', author_email='daanzu@gmail.com', - version='2.0.13', + version='2.0.14', description=('Python interface to the Google WebRTC Voice ' 'Activity Detector (VAD) [released with binary wheels!]'), long_description=long_description,