diff --git a/README.md b/README.md index e0a6f9c..6442a0a 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ For transcription, SlashML supports the following service providers: * Whisper ([OpenAI](https://openai.com/blog/whisper/)) * [GOOGLE](https://cloud.google.com/speech-to-text) * [DEEPGRAM](https://deepgram.com/) +* [REV](https://www.rev.com/services/auto-audio-transcription) ### Summarization For text summarization, SlashML supports the following service providers: diff --git a/setup.py b/setup.py index 8d6dfaa..62236fc 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read_req_file(req_type): setup( name="slashml", - version="0.1.0", + version="0.1.1", url="https://slashml.com/", author="eff-kay", author_email="faiizan14@gmail.com",