From c1af8c46bd4c4704cff1561736a634cee38efc6c Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Fri, 29 Aug 2025 08:03:52 -0700 Subject: [PATCH] version (#1387) --- whisper/mlx_whisper/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/mlx_whisper/_version.py b/whisper/mlx_whisper/_version.py index e09326dd..130888d1 100644 --- a/whisper/mlx_whisper/_version.py +++ b/whisper/mlx_whisper/_version.py @@ -1,3 +1,3 @@ # Copyright © 2023-2024 Apple Inc. -__version__ = "0.4.2" +__version__ = "0.4.3"