Skip to content

Commit 04fc896

Browse files
authored
version bump (#727)
1 parent 884b4ed commit 04fc896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ option(MLX_BUILD_METAL "Build metal backend" ON)
1818
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
1919

2020
if(NOT MLX_VERSION)
21-
set(MLX_VERSION 0.3.0)
21+
set(MLX_VERSION 0.4.0)
2222
endif()
2323

2424
# --------------------- Processor tests -------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def run(self) -> None:
152152

153153
setup(
154154
name="mlx",
155-
version=get_version("0.3.0"),
155+
version=get_version("0.4.0"),
156156
author="MLX Contributors",
157157
author_email="[email protected]",
158158
description="A framework for machine learning on Apple silicon.",

0 commit comments

Comments
 (0)