From c0284098eb91c8cb5ef3b60a2352b9d5b554c33c Mon Sep 17 00:00:00 2001 From: nikkie Date: Thu, 28 Mar 2024 13:36:25 +0000 Subject: [PATCH] [chore] Bump up 3.10.2; Support openai-python 1.x --- 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 852eaeef..95316e0c 100644 --- a/speech_recognition/__init__.py +++ b/speech_recognition/__init__.py @@ -40,7 +40,7 @@ ) __author__ = "Anthony Zhang (Uberi)" -__version__ = "3.10.1" +__version__ = "3.10.2" __license__ = "BSD"