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 5c03efa commit 221f8d3Copy full SHA for 221f8d3
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.1.0)
+ set(MLX_VERSION 0.2.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.1.0"),
+ version=get_version("0.2.0"),
156
author="MLX Contributors",
157
author_email="[email protected]",
158
description="A framework for machine learning on Apple silicon.",
0 commit comments