Skip to content

Commit bb303c4

Browse files
authored
version (#1617)
1 parent 6f7986d commit bb303c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ option(MLX_METAL_JIT "Use JIT compilation for Metal kernels" OFF)
2424
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
2525

2626
if(NOT MLX_VERSION)
27-
set(MLX_VERSION 0.20.0)
27+
set(MLX_VERSION 0.21.0)
2828
endif()
2929

3030
# --------------------- Processor tests -------------------------

examples/extensions/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools>=42
22
cmake>=3.24
3-
mlx>=0.18.1
3+
mlx>=0.21.0
44
nanobind==2.2.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def run(self) -> None:
165165

166166
setup(
167167
name="mlx",
168-
version=get_version("0.20.0"),
168+
version=get_version("0.21.0"),
169169
author="MLX Contributors",
170170
author_email="mlx@group.apple.com",
171171
description="A framework for machine learning on Apple silicon.",

0 commit comments

Comments
 (0)