Skip to content

Commit c244bc2

Browse files
committed
fix bug
1 parent 26e3f7b commit c244bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please visit [demo page](https://haoheliu.github.io/demopage-voicefixer/) to vie
2626

2727
You need first install voicefixer via pip:
2828
```shell script
29-
pip install voicefixer==0.0.11
29+
pip install voicefixer==0.0.12
3030
```
3131

3232
### Desktop App

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
AUTHOR = 'Haohe Liu'
3333
REQUIRES_PYTHON = '>=3.7.0'
34-
VERSION = '0.0.11'
34+
VERSION = '0.0.12'
3535

3636
# What packages are required for this module to be executed?
3737
REQUIRED = [

0 commit comments

Comments
 (0)