diff --git a/speech_recognition/__init__.py b/speech_recognition/__init__.py index e37aa651..4845e2d6 100644 --- a/speech_recognition/__init__.py +++ b/speech_recognition/__init__.py @@ -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.2.0" +__version__ = "3.2.1" __license__ = "BSD" import io, os, subprocess, wave, base64