diff --git a/setup.py b/setup.py index a2c2d75..a1c6e68 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( name="whisperlivekit", - version="0.1.6", + version="0.1.7", description="Real-time, Fully Local Whisper's Speech-to-Text and Speaker Diarization", long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown",