We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5029894 commit e9e5385Copy full SHA for e9e5385
CMakeLists.txt
@@ -24,7 +24,7 @@ option(MLX_METAL_JIT "Use JIT compilation for Metal kernels" OFF)
24
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
25
26
if(NOT MLX_VERSION)
27
- set(MLX_VERSION 0.16.0)
+ set(MLX_VERSION 0.16.1)
28
endif()
29
30
# --------------------- Processor tests -------------------------
setup.py
@@ -163,7 +163,7 @@ def run(self) -> None:
163
164
setup(
165
name="mlx",
166
- version=get_version("0.16.0"),
+ version=get_version("0.16.1"),
167
author="MLX Contributors",
168
author_email="mlx@group.apple.com",
169
description="A framework for machine learning on Apple silicon.",
0 commit comments