Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Apr 9, 2016
1 parent 3d08398 commit e682ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech_recognition/__init__.py
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.2"
__version__ = "3.4.3"
__license__ = "BSD"

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

0 comments on commit e682ebc

Please sign in to comment.