diff --git a/setup.py b/setup.py index 7ac6758..2f7a78c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="speechlib", - version="1.0.5", + version="1.0.6", 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, diff --git a/setup_instruction.md b/setup_instruction.md index 2ee4a04..6e27e4b 100644 --- a/setup_instruction.md +++ b/setup_instruction.md @@ -9,7 +9,7 @@ for publishing: pip install twine for install locally for testing: - pip install dist/speechlib-1.0.4-py3-none-any.whl + pip install dist/speechlib-1.0.6-py3-none-any.whl finally run: twine upload dist/*