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 85c8a91 commit 090ff65Copy full SHA for 090ff65
CMakeLists.txt
@@ -20,7 +20,7 @@ option(MLX_ENABLE_X64_MAC "Enable building for x64 macOS" OFF)
20
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
21
22
if(NOT MLX_VERSION)
23
- set(MLX_VERSION 0.10.0)
+ set(MLX_VERSION 0.11.0)
24
endif()
25
26
# --------------------- Processor tests -------------------------
setup.py
@@ -163,7 +163,7 @@ def run(self) -> None:
163
164
setup(
165
name="mlx",
166
- version=get_version("0.10.0"),
+ version=get_version("0.11.0"),
167
author="MLX Contributors",
168
author_email="[email protected]",
169
description="A framework for machine learning on Apple silicon.",
0 commit comments