We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e3f7b commit c244bc2Copy full SHA for c244bc2
README.md
@@ -26,7 +26,7 @@ Please visit [demo page](https://haoheliu.github.io/demopage-voicefixer/) to vie
26
27
You need first install voicefixer via pip:
28
```shell script
29
-pip install voicefixer==0.0.11
+pip install voicefixer==0.0.12
30
```
31
32
### Desktop App
setup.py
@@ -31,7 +31,7 @@
EMAIL = '[email protected]'
AUTHOR = 'Haohe Liu'
33
REQUIRES_PYTHON = '>=3.7.0'
34
-VERSION = '0.0.11'
+VERSION = '0.0.12'
35
36
# What packages are required for this module to be executed?
37
REQUIRED = [
0 commit comments