From 75a7f6b83850318e29d6bc60b372ada2558c6343 Mon Sep 17 00:00:00 2001 From: nikkie Date: Sun, 5 May 2024 04:04:50 +0000 Subject: [PATCH] [chore] Bump up 3.10.4 --- 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 8e68c30d..022cd7d5 100644 --- a/speech_recognition/__init__.py +++ b/speech_recognition/__init__.py @@ -40,7 +40,7 @@ ) __author__ = "Anthony Zhang (Uberi)" -__version__ = "3.10.3" +__version__ = "3.10.4" __license__ = "BSD"