Expose __version__ in package root and update dependencies in setup.py

Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
This commit is contained in:
makaveli10
2026-03-17 13:34:34 +05:30
parent 6fcae6a30c
commit 5f0010d720
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
from whisper_live.__version__ import __version__
__all__ = ['__version__']