From 1b737c5ceb3da6ad59ac573c1c3afe9da45c23bc Mon Sep 17 00:00:00 2001 From: nikkie Date: Wed, 6 Dec 2023 12:55:15 +0000 Subject: [PATCH] [chore] Bump up 3.10.1; Support Python 3.11 --- setup.py | 1 + speech_recognition/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17db98f6..8d717790 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ def run(self): "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Multimedia :: Sound/Audio :: Speech", ], diff --git a/speech_recognition/__init__.py b/speech_recognition/__init__.py index 8a14616c..852eaeef 100644 --- a/speech_recognition/__init__.py +++ b/speech_recognition/__init__.py @@ -40,7 +40,7 @@ ) __author__ = "Anthony Zhang (Uberi)" -__version__ = "3.10.0" +__version__ = "3.10.1" __license__ = "BSD"