From 7e1da353ce7fd6ff326a2765b3d44dba8265c0ec Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sat, 11 Mar 2017 16:57:42 -0500 Subject: [PATCH] Bump version to make PyPI happy --- make-release.sh | 2 +- speech_recognition/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make-release.sh b/make-release.sh index 74150946..5bd8ead8 100644 --- a/make-release.sh +++ b/make-release.sh @@ -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 diff --git a/speech_recognition/__init__.py b/speech_recognition/__init__.py index 1f7dd7d4..b0577e5c 100644 --- a/speech_recognition/__init__.py +++ b/speech_recognition/__init__.py @@ -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