patch bump (#2927)

This commit is contained in:
Awni Hannun
2025-12-18 12:15:59 -08:00
committed by GitHub
parent ff26b00cb1
commit 32cd28a10e
+1 -1
View File
@@ -4,7 +4,7 @@
#define MLX_VERSION_MAJOR 0
#define MLX_VERSION_MINOR 30
#define MLX_VERSION_PATCH 1
#define MLX_VERSION_PATCH 3
#define MLX_VERSION_NUMERIC \
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)