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 0792ff0 commit f599c11Copy full SHA for f599c11
mlx/version.h
@@ -3,7 +3,7 @@
3
#pragma once
4
5
#define MLX_VERSION_MAJOR 0
6
-#define MLX_VERSION_MINOR 24
+#define MLX_VERSION_MINOR 23
7
#define MLX_VERSION_PATCH 2
8
#define MLX_VERSION_NUMERIC \
9
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
setup.py
@@ -173,7 +173,7 @@ def run(self) -> None:
173
174
setup(
175
name="mlx",
176
- version=get_version("0.23.1"),
+ version=get_version("0.23.2"),
177
author="MLX Contributors",
178
author_email="[email protected]",
179
description="A framework for machine learning on Apple silicon.",
0 commit comments