Bump the patch version (#3185)

This commit is contained in:
Angelos Katharopoulos
2026-02-27 23:21:37 -08:00
committed by GitHub
parent 365d6f29b4
commit 1e3736b19d
+1 -1
View File
@@ -6,7 +6,7 @@
#define MLX_VERSION_MAJOR 0
#define MLX_VERSION_MINOR 31
#define MLX_VERSION_PATCH 0
#define MLX_VERSION_PATCH 1
#define MLX_VERSION_NUMERIC \
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)