Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Feb 26, 2016
1 parent fa65c41 commit b9a1ab8
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 Google Speech Recognition, Wit.ai, IBM Speech to Text, and AT&T Speech to Text."""

__author__ = "Anthony Zhang (Uberi)"
__version__ = "3.3.0"
__version__ = "3.3.1"
__license__ = "BSD"

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

0 comments on commit b9a1ab8

Please sign in to comment.