diff --git a/library.md b/library.md index 3d71364..cc3579c 100644 --- a/library.md +++ b/library.md @@ -2,7 +2,7 @@ installation: ``` pip install speechlib ``` - + This library does speaker diarization, speaker recognition, and transcription on a single wav file to provide a transcript with actual speaker names. This library will also return an array containing result information. ⚙ This library contains following audio preprocessing functions: diff --git a/setup.py b/setup.py index 00400e5..b6e3dce 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="speechlib", - version="1.0.7", + version="1.0.7", description="speechlib is a library that can do speaker diarization, transcription and speaker recognition on an audio file to create transcripts with actual speaker names. This library also contain audio preprocessor functions.", packages=find_packages(), long_description=long_description,