From 3aa2604ab2bf331792ac88c8c13b27a8c7e9e17b Mon Sep 17 00:00:00 2001 From: zevav Date: Thu, 7 Mar 2019 02:34:50 -0500 Subject: [PATCH] bumped version on setup.py, updated README with new support for Google Speech API --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81b1fc2..63d9da9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ formats. $ tpro --help - Usage: tpro [OPTIONS] JSON_PATH_OR_DATA [amazon|gentle|speechmatics] + Usage: tpro [OPTIONS] JSON_PATH_OR_DATA [amazon|gentle|speechmatics|google] [universal_transcript|viral_overlay] Options: @@ -36,11 +36,11 @@ formats. - [Speechmatics](https://www.speechmatics.com/) - [Amazon Transcribe](https://aws.amazon.com/transcribe/) - [Gentle](https://github.com/lowerquality/gentle) +- [Google Cloud Speech-to-Text](https://cloud.google.com/speech-to-text/) ## Planned - [Watson](https://www.ibm.com/watson/services/speech-to-text/) -- [Google Speech](https://cloud.google.com/speech-to-text/) - [Mozilla's new open-source STT thing](https://github.com/mozilla/DeepSpeech) # Output Formats diff --git a/setup.py b/setup.py index 0cc2fbd..25123d7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README_PYPI.md') as file: setup( name="tpro", - version="0.09", + version="0.1", url='https://github.com/zevaverbach/tpro', install_requires=[ 'Click',