Skip to content

Commit 9509945

Browse files
committed
Bump version
1 parent 25439c3 commit 9509945

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ Please report bugs and suggestions at the `issue tracker <https://github.com/Ube
318318

319319
How to cite this library (APA style):
320320

321-
Zhang, A. (2017). Speech Recognition (Version 3.5) [Software]. Available from https://github.com/Uberi/speech_recognition#readme.
321+
Zhang, A. (2017). Speech Recognition (Version 3.6) [Software]. Available from https://github.com/Uberi/speech_recognition#readme.
322322

323323
How to cite this library (Chicago style):
324324

325-
Zhang, Anthony. 2017. *Speech Recognition* (version 3.5).
325+
Zhang, Anthony. 2017. *Speech Recognition* (version 3.6).
326326

327327
Also check out the `Python Baidu Yuyin API <https://github.com/DelightRun/PyBaiduYuyin>`__, which is based on an older version of this project, and adds support for `Baidu Yuyin <http://yuyin.baidu.com/>`__. Note that Baidu Yuyin is only available inside China.
328328

speech_recognition/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import shutil
2424

2525
__author__ = "Anthony Zhang (Uberi)"
26-
__version__ = "3.5.0"
26+
__version__ = "3.6.0"
2727
__license__ = "BSD"
2828

2929
try: # attempt to use the Python 2 modules

0 commit comments

Comments
 (0)