Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Sep 1, 2015
1 parent 874b9e7 commit 62e14fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech_recognition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Library for performing speech recognition with the Google Speech Recognition API."""

__author__ = "Anthony Zhang (Uberi)"
__version__ = "2.2.0"
__version__ = "3.0.0"
__license__ = "BSD"

import io, os, subprocess, wave, base64
Expand Down

0 comments on commit 62e14fe

Please sign in to comment.