From c244bc24367c29714ef795cf71d19903025731ee Mon Sep 17 00:00:00 2001 From: haoheliu <867390095@qq.com> Date: Thu, 7 Oct 2021 18:12:56 +0800 Subject: [PATCH] fix bug --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc6302b..07b1404 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Please visit [demo page](https://haoheliu.github.io/demopage-voicefixer/) to vie You need first install voicefixer via pip: ```shell script -pip install voicefixer==0.0.11 +pip install voicefixer==0.0.12 ``` ### Desktop App diff --git a/setup.py b/setup.py index 22e7ed4..65a1162 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ EMAIL = 'haoheliu@gmail.com' AUTHOR = 'Haohe Liu' REQUIRES_PYTHON = '>=3.7.0' -VERSION = '0.0.11' +VERSION = '0.0.12' # What packages are required for this module to be executed? REQUIRED = [