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 b6c6552 commit 1a1b210Copy full SHA for 1a1b210
CMakeLists.txt
@@ -25,7 +25,7 @@ option(MLX_METAL_JIT "Use JIT compilation for Metal kernels" OFF)
25
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
26
27
if(NOT MLX_VERSION)
28
- set(MLX_VERSION 0.22.0)
+ set(MLX_VERSION 0.22.1)
29
endif()
30
add_compile_definitions("MLX_VERSION=${MLX_VERSION}")
31
setup.py
@@ -173,7 +173,7 @@ def run(self) -> None:
173
174
setup(
175
name="mlx",
176
- version=get_version("0.22.0"),
+ version=get_version("0.22.1"),
177
author="MLX Contributors",
178
author_email="[email protected]",
179
description="A framework for machine learning on Apple silicon.",
0 commit comments