Skip to content

Commit 697b123

Browse files
authored
Merge pull request #29 from NavodPeiris/dev
release: 1.0.14 dev changes
2 parents 206be3a + 7418673 commit 697b123

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="speechlib",
8-
version="1.0.13",
8+
version="1.0.14",
99
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.",
1010
packages=find_packages(),
1111
long_description=long_description,

setup_instruction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for publishing:
99
pip install twine
1010

1111
for install locally for testing:
12-
pip install dist/speechlib-1.0.13-py3-none-any.whl
12+
pip install dist/speechlib-1.0.14-py3-none-any.whl
1313

1414
finally run:
1515
twine upload dist/*

0 commit comments

Comments
 (0)