File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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.6 )
21+ set (MLX_VERSION 0.0.7 )
2222endif ()
2323
2424# --------------------- Processor tests -------------------------
Original file line number Diff line number Diff line change 1010project = "MLX"
1111copyright = "2023, MLX Contributors"
1212author = "MLX Contributors"
13- version = "0.0.6 "
14- release = "0.0.6 "
13+ version = "0.0.7 "
14+ release = "0.0.7 "
1515
1616# -- General configuration ---------------------------------------------------
1717
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def run(self) -> None:
164164
165165 setup (
166166 name = "mlx" ,
167- version = get_version ("0.0.6 " ),
167+ version = get_version ("0.0.7 " ),
168168 author = "MLX Contributors" ,
169169170170 description = "A framework for machine learning on Apple silicon." ,
You can’t perform that action at this time.
0 commit comments