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"