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 e88e474 commit 36cff34Copy full SHA for 36cff34
CMakeLists.txt
@@ -18,7 +18,7 @@ option(MLX_BUILD_METAL "Build metal backend" ON)
18
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
19
20
if(NOT MLX_VERSION)
21
- set(MLX_VERSION 0.0.11)
+ set(MLX_VERSION 0.1.0)
22
endif()
23
24
# --------------------- Processor tests -------------------------
setup.py
@@ -152,7 +152,7 @@ def run(self) -> None:
152
153
setup(
154
name="mlx",
155
- version=get_version("0.0.11"),
+ version=get_version("0.1.0"),
156
author="MLX Contributors",
157
author_email="[email protected]",
158
description="A framework for machine learning on Apple silicon.",
0 commit comments