diff --git a/setup.py b/setup.py index afcee91..04f5276 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="speechlib", - version="1.0.0", + version="1.0.1", 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", packages=find_packages(), long_description=long_description,