Skip to content

Commit f599c11

Browse files
authored
bump (#1931)
1 parent 0792ff0 commit f599c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlx/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#pragma once
44

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

setup.py

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

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

0 commit comments

Comments
 (0)