From da6eec84fed809c103cf87b2f62ca8affa99e917 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Mon, 21 Nov 2016 00:24:39 -0800 Subject: [PATCH] Bump version to 3.5.0 --- speech_recognition/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech_recognition/__init__.py b/speech_recognition/__init__.py index 927a5ce1..4c5f74f3 100644 --- a/speech_recognition/__init__.py +++ b/speech_recognition/__init__.py @@ -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