File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ option(MLX_BUILD_METAL "Build metal backend" ON)
1818option (BUILD_SHARED_LIBS "Build mlx as a shared library" OFF )
1919
2020if (NOT MLX_VERSION)
21- set (MLX_VERSION 0.0.3 )
21+ set (MLX_VERSION 0.0.6 )
2222endif ()
2323
2424# --------------------- Processor tests -------------------------
@@ -221,4 +221,4 @@ install(
221221install (
222222 DIRECTORY ${CMAKE_MODULE_PATH} /
223223 DESTINATION ${MLX_CMAKE_INSTALL_MODULE_DIR}
224- )
224+ )
Original file line number Diff line number Diff line change 1010project = "MLX"
1111copyright = "2023, MLX Contributors"
1212author = "MLX Contributors"
13- version = "0.0.5 "
14- release = "0.0.5 "
13+ version = "0.0.6 "
14+ release = "0.0.6 "
1515
1616# -- General configuration ---------------------------------------------------
1717
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def run(self) -> None:
165165
166166 setup (
167167 name = "mlx" ,
168- version = get_version ("0.0.5 " ),
168+ version = get_version ("0.0.6 " ),
169169 author = "MLX Contributors" ,
170170171171 description = "A framework for machine learning on Apple silicon." ,
You can’t perform that action at this time.
0 commit comments