Skip to content

Commit d8cb312

Browse files
authored
bump (#924)
* bump * fix version
1 parent 5f9ba30 commit d8cb312

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
@@ -20,7 +20,7 @@ option(MLX_ENABLE_X64_MAC "Enable building for x64 macOS" OFF)
2020
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
2121

2222
if(NOT MLX_VERSION)
23-
set(MLX_VERSION 0.8.1)
23+
set(MLX_VERSION 0.9.0)
2424
endif()
2525

2626
# --------------------- Processor tests -------------------------

setup.py

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

164164
setup(
165165
name="mlx",
166-
version=get_version("0.8.1"),
166+
version=get_version("0.9.0"),
167167
author="MLX Contributors",
168168
author_email="[email protected]",
169169
description="A framework for machine learning on Apple silicon.",

0 commit comments

Comments
 (0)