We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005e7ef commit 1177d28Copy full SHA for 1177d28
mlx/version.h
@@ -3,8 +3,8 @@
3
#pragma once
4
5
#define MLX_VERSION_MAJOR 0
6
-#define MLX_VERSION_MINOR 23
7
-#define MLX_VERSION_PATCH 2
+#define MLX_VERSION_MINOR 24
+#define MLX_VERSION_PATCH 0
8
#define MLX_VERSION_NUMERIC \
9
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
10
setup.py
@@ -172,7 +172,7 @@ def run(self) -> None:
172
173
setup(
174
name="mlx",
175
- version=get_version("0.23.2"),
+ version=get_version("0.24.0"),
176
author="MLX Contributors",
177
author_email="[email protected]",
178
description="A framework for machine learning on Apple silicon.",
0 commit comments