bump version to 0.1.5
Browse files
setup.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from setuptools import setup, find_packages
|
2 |
setup(
|
3 |
name="whisperlivekit",
|
4 |
-
version="0.1.
|
5 |
description="Real-time, Fully Local Whisper's Speech-to-Text and Speaker Diarization",
|
6 |
long_description=open("README.md", "r", encoding="utf-8").read(),
|
7 |
long_description_content_type="text/markdown",
|
|
|
1 |
from setuptools import setup, find_packages
|
2 |
setup(
|
3 |
name="whisperlivekit",
|
4 |
+
version="0.1.5",
|
5 |
description="Real-time, Fully Local Whisper's Speech-to-Text and Speaker Diarization",
|
6 |
long_description=open("README.md", "r", encoding="utf-8").read(),
|
7 |
long_description_content_type="text/markdown",
|