From 741867341cbd5a62764e42a164b16e1fcb0c9eec Mon Sep 17 00:00:00 2001 From: Navodplayer1 Date: Sat, 11 May 2024 18:09:06 +0530 Subject: [PATCH] release: 1.0.14 adds mps support for macs --- setup.py | 2 +- setup_instruction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 07aba52..b103c48 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="speechlib", - version="1.0.13", + version="1.0.14", 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 1ed948d..9bdaa5a 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.13-py3-none-any.whl + pip install dist/speechlib-1.0.14-py3-none-any.whl finally run: twine upload dist/*