Bump the minor version (#3183)

This commit is contained in:
Angelos Katharopoulos
2026-02-27 14:02:03 -08:00
committed by GitHub
parent d7a553c536
commit 365d6f29b4
+2 -2
View File
@@ -5,8 +5,8 @@
#include "mlx/api.h"
#define MLX_VERSION_MAJOR 0
#define MLX_VERSION_MINOR 30
#define MLX_VERSION_PATCH 7
#define MLX_VERSION_MINOR 31
#define MLX_VERSION_PATCH 0
#define MLX_VERSION_NUMERIC \
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)