Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
haoheliu committed Oct 7, 2021
1 parent 26e3f7b commit c244bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit c244bc2

Please sign in to comment.