Skip to content

Commit

Permalink
Merge pull request #636 from ftnext/i635-release
Browse files Browse the repository at this point in the history
Release 3.9.0
  • Loading branch information
ftnext authored Dec 4, 2022
2 parents 353d4ef + a9c9fb1 commit 9724c1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ def run(self):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"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 @@ -29,7 +29,7 @@
pass

__author__ = "Anthony Zhang (Uberi)"
__version__ = "3.8.1"
__version__ = "3.9.0"
__license__ = "BSD"

try: # attempt to use the Python 2 modules
Expand Down

0 comments on commit 9724c1f

Please sign in to comment.