Skip to content

Commit

Permalink
[chore] Bump up 3.10.1; Support Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Dec 6, 2023
1 parent 594d7cd commit 1b737c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
2 changes: 1 addition & 1 deletion speech_recognition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
)

__author__ = "Anthony Zhang (Uberi)"
__version__ = "3.10.0"
__version__ = "3.10.1"
__license__ = "BSD"


Expand Down

0 comments on commit 1b737c5

Please sign in to comment.