Skip to content

Commit

Permalink
Bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Nov 21, 2016
1 parent a6c57a6 commit da6eec8
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 support for several engines and APIs, online and offline."""

__author__ = "Anthony Zhang (Uberi)"
__version__ = "3.4.6"
__version__ = "3.5.0"
__license__ = "BSD"

import io, os, subprocess, wave, aifc, math, audioop
Expand Down

0 comments on commit da6eec8

Please sign in to comment.