patch bump (#2000)

This commit is contained in:
Awni Hannun
2025-03-24 12:47:05 -07:00
committed by GitHub
parent 6a40e1c176
commit aba899cef8
2 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
#define MLX_VERSION_MAJOR 0
#define MLX_VERSION_MINOR 24
#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)