Skip to content

Commit

Permalink
Fix installation procedures and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Apr 13, 2017
1 parent 7214cfa commit c6a583b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Uberi/speech_recognition>`__.

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.

Expand Down
2 changes: 1 addition & 1 deletion speech_recognition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6a583b

Please sign in to comment.