From 4b29b78832036216b53f59b953639bde7cde7dfe Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Thu, 20 Jun 2019 14:25:14 -0300 Subject: [PATCH] Bump version to 0.5.1 --- README.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf593a27..790dc2e6 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,8 @@ The GPU capable builds (Python, NodeJS, C++, etc) depend on the same CUDA runtim If you want to use the pre-trained English model for performing speech-to-text, you can download it (along with other important inference material) from the DeepSpeech [releases page](https://github.com/mozilla/DeepSpeech/releases). Alternatively, you can run the following command to download and unzip the model files in your current directory: ```bash -wget https://github.com/mozilla/DeepSpeech/releases/download/v0.5.0/deepspeech-0.5.0-models.tar.gz -tar xvfz deepspeech-0.5.0-models.tar.gz +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.5.1/deepspeech-0.5.1-models.tar.gz +tar xvfz deepspeech-0.5.1-models.tar.gz ``` ### Model compatibility diff --git a/VERSION b/VERSION index 8f0916f7..4b9fcbec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1