Skip to content

Commit

Permalink
Merge pull request #2427 from lissyx/bump-v0.6.0-alpha.9
Browse files Browse the repository at this point in the history
Bump VERSION to 0.6.0-alpha.9
  • Loading branch information
lissyx committed Oct 11, 2019
2 parents a1fcb6e + 156a16e commit 3d20350
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.6.0-alpha.8
0.6.0-alpha.9
2 changes: 1 addition & 1 deletion examples/ffmpeg_vad_streaming/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"argparse": "^1.0.10",
"deepspeech": "^0.6.0-alpha.8",
"deepspeech": "^0.6.0-alpha.9",
"node-vad": "^1.1.1",
"util": "^0.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/mic_vad_streaming/requirements.txt
@@ -1,4 +1,4 @@
deepspeech~=0.6.0a8
deepspeech~=0.6.0a9
pyaudio~=0.2.11
webrtcvad~=2.0.10
halo~=0.0.18
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs_wav/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"argparse": "^1.0.10",
"deepspeech": "^0.6.0-alpha.8",
"deepspeech": "^0.6.0-alpha.9",
"node-wav": "0.0.2",
"sox-stream": "^2.0.3",
"util": "^0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/vad_transcriber/requirements.txt
@@ -1,3 +1,3 @@
deepspeech~=0.6.0a8
deepspeech~=0.6.0a9
webrtcvad
pyqt5

0 comments on commit 3d20350

Please sign in to comment.