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',