From 85ba2d23c33af5eda2698dd261e9abaa314c89de Mon Sep 17 00:00:00 2001 From: nikkie Date: Sun, 8 Dec 2024 12:35:51 +0000 Subject: [PATCH] [chore] Bump up 3.12.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 a657041f..22a21a64 100644 --- a/speech_recognition/__init__.py +++ b/speech_recognition/__init__.py @@ -35,7 +35,7 @@ ) __author__ = "Anthony Zhang (Uberi)" -__version__ = "3.11.0" +__version__ = "3.12.0" __license__ = "BSD"