Skip to content

Commit

Permalink
version (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
awni authored Nov 22, 2024
1 parent 6f7986d commit bb303c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ option(MLX_METAL_JIT "Use JIT compilation for Metal kernels" OFF)
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)

if(NOT MLX_VERSION)
set(MLX_VERSION 0.20.0)
set(MLX_VERSION 0.21.0)
endif()

# --------------------- Processor tests -------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/extensions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools>=42
cmake>=3.24
mlx>=0.18.1
mlx>=0.21.0
nanobind==2.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def run(self) -> None:

setup(
name="mlx",
version=get_version("0.20.0"),
version=get_version("0.21.0"),
author="MLX Contributors",
author_email="[email protected]",
description="A framework for machine learning on Apple silicon.",
Expand Down

0 comments on commit bb303c4

Please sign in to comment.