Skip to content

Commit 1177d28

Browse files
authored
patch bump (#1981)
1 parent 005e7ef commit 1177d28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mlx/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#pragma once
44

55
#define MLX_VERSION_MAJOR 0
6-
#define MLX_VERSION_MINOR 23
7-
#define MLX_VERSION_PATCH 2
6+
#define MLX_VERSION_MINOR 24
7+
#define MLX_VERSION_PATCH 0
88
#define MLX_VERSION_NUMERIC \
99
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def run(self) -> None:
172172

173173
setup(
174174
name="mlx",
175-
version=get_version("0.23.2"),
175+
version=get_version("0.24.0"),
176176
author="MLX Contributors",
177177
author_email="[email protected]",
178178
description="A framework for machine learning on Apple silicon.",

0 commit comments

Comments
 (0)