Skip to content

Commit

Permalink
Merge pull request #29 from NavodPeiris/dev
Browse files Browse the repository at this point in the history
release: 1.0.14 dev changes
  • Loading branch information
NavodPeiris committed May 11, 2024
2 parents 206be3a + 7418673 commit 697b123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup_instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 697b123

Please sign in to comment.