File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.10 )
21+ set (MLX_VERSION 0.0.11 )
2222endif ()
2323
2424# --------------------- Processor tests -------------------------
Original file line number Diff line number Diff line change 1212project = "MLX"
1313copyright = "2023, MLX Contributors"
1414author = "MLX Contributors"
15- version = "." .join (mx .__version__ .split ()[:- 1 ])
15+ version = "." .join (mx .__version__ .split ("." )[:3 ])
1616release = version
1717
1818# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def run(self) -> None:
152152
153153 setup (
154154 name = "mlx" ,
155- version = get_version ("0.0.10 " ),
155+ version = get_version ("0.0.11 " ),
156156 author = "MLX Contributors" ,
157157158158 description = "A framework for machine learning on Apple silicon." ,
You can’t perform that action at this time.
0 commit comments