Skip to content

Commit 8bd6bfa

Browse files
authored
version (ml-explore#1099)
1 parent 8b1906a commit 8bd6bfa

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
@@ -22,7 +22,7 @@ option(MLX_BUILD_SAFETENSORS "Include support for safetensors format" ON)
2222
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
2323

2424
if(NOT MLX_VERSION)
25-
set(MLX_VERSION 0.12.2)
25+
set(MLX_VERSION 0.13.0)
2626
endif()
2727

2828
# --------------------- 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.12.2"),
166+
version=get_version("0.13.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)