Skip to content

Commit 6a9b584

Browse files
authored
patch bump (#1131)
1 parent 81dd33a commit 6a9b584

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

2525
if(NOT MLX_VERSION)
26-
set(MLX_VERSION 0.13.0)
26+
set(MLX_VERSION 0.13.1)
2727
endif()
2828

2929
# --------------------- 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.13.0"),
166+
version=get_version("0.13.1"),
167167
author="MLX Contributors",
168168
author_email="[email protected]",
169169
description="A framework for machine learning on Apple silicon.",

0 commit comments

Comments
 (0)