Bump the patch version (#2922)

This commit is contained in:
Angelos Katharopoulos
2025-12-17 18:06:40 -08:00
committed by GitHub
parent c215b6f88c
commit ca731f48b8
+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 2
#define MLX_VERSION_NUMERIC \
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)