From c6a583b6b80b5bf6820896990fb6f91dc1cbe694 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Thu, 13 Apr 2017 02:06:47 -0400 Subject: [PATCH] Fix installation procedures and bump version --- README.rst | 2 +- speech_recognition/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a3556b6c..b2cf4f82 100644 --- a/README.rst +++ b/README.rst @@ -266,7 +266,7 @@ To hack on this library, first make sure you have all the requirements listed in To install/reinstall the library locally, run ``python setup.py install`` in the project `root directory `__. -Before a release, version tags are created using ``git config user.signingkey DB45F6C431DE7C2DCD99FF7904882258A4063489 && git tag -s VERSION_GOES_HERE -m "Version VERSION_GOES_HERE"``. +Before a release, version tags are created using ``git config gpg.program gpg2 && git config user.signingkey DB45F6C431DE7C2DCD99FF7904882258A4063489 && git tag -s VERSION_GOES_HERE -m "Version VERSION_GOES_HERE"``. Releases are done by running ``make-release.sh`` to build the Python source packages, sign them, and upload them to PyPI. diff --git a/speech_recognition/__init__.py b/speech_recognition/__init__.py index 4e722e22..37d5f49e 100644 --- a/speech_recognition/__init__.py +++ b/speech_recognition/__init__.py @@ -21,7 +21,7 @@ import uuid __author__ = "Anthony Zhang (Uberi)" -__version__ = "3.6.3" +__version__ = "3.6.4" __license__ = "BSD" try: # attempt to use the Python 2 modules