diff --git a/standalone_whisper/common/replacables/__main__.py b/standalone_whisper/common/replacables/__main__.py index d9ff8bf..269ebeb 100755 --- a/standalone_whisper/common/replacables/__main__.py +++ b/standalone_whisper/common/replacables/__main__.py @@ -147,6 +147,7 @@ async def main() -> None: ), installed=True, languages=WHISPER_LANGUAGES, + version="1.0", ) ], ) @@ -181,4 +182,4 @@ async def main() -> None: try: asyncio.run(main()) except KeyboardInterrupt: - pass \ No newline at end of file + pass