Skip to content

Commit

Permalink
Bump version and update third party archives
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Jun 27, 2017
1 parent 40d174d commit 566a70b
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,10 @@ Testing is also done automatically by TravisCI, upon every push. To set up the e
sudo docker run --volume "$(pwd):/speech_recognition" --interactive --tty quay.io/travisci/travis-python:latest /bin/bash
su - travis && cd /speech_recognition
sudo apt-get update && sudo apt-get install swig libpulse-dev
pip install --user pocketsphinx monotonic && pip install --user flake8 rstcheck && sudo pip install --user -e .
pip install --user pocketsphinx monotonic && pip install --user flake8 rstcheck && pip install --user -e .
python -m unittest discover --verbose # run unit tests
flake8 --ignore=E501,E701 speech_recognition tests examples setup.py # ignore errors for long lines and multi-statement lines
rstcheck README.rst reference/*.rst # ensure RST is well-formed
python -m flake8 --ignore=E501,E701 speech_recognition tests examples setup.py # ignore errors for long lines and multi-statement lines
python -m rstcheck README.rst reference/*.rst # ensure RST is well-formed
FLAC Executables
~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion speech_recognition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import uuid

__author__ = "Anthony Zhang (Uberi)"
__version__ = "3.7.0"
__version__ = "3.7.1"
__license__ = "BSD"

try: # attempt to use the Python 2 modules
Expand Down
Binary file modified third-party/irstlm-master.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 566a70b

Please sign in to comment.