Skip to content

Commit

Permalink
Bump version to make PyPI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Mar 11, 2017
1 parent 4dd87e7 commit 7e1da35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ echo "if the following doesn't work, make sure you have your account set up prop

# make sure we use GnuPG 2 rather than GnuPG 1
sudo ln --force "$(which gpg2)" dist/gpg
PATH=./dist:$PATH python3 setup.py sdist upload --sign
PATH=./dist:$PATH python3 setup.py bdist_wheel upload --sign
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 tempfile

__author__ = "Anthony Zhang (Uberi)"
__version__ = "3.6.2"
__version__ = "3.6.3"
__license__ = "BSD"

try: # attempt to use the Python 2 modules
Expand Down

0 comments on commit 7e1da35

Please sign in to comment.