Skip to content

Commit 35e9c87

Browse files
authored
patch bump (#1528)
1 parent 8e88e30 commit 35e9c87

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
@@ -24,7 +24,7 @@ option(MLX_METAL_JIT "Use JIT compilation for Metal kernels" OFF)
2424
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
2525

2626
if(NOT MLX_VERSION)
27-
set(MLX_VERSION 0.19.0)
27+
set(MLX_VERSION 0.19.1)
2828
endif()
2929

3030
# --------------------- Processor tests -------------------------

setup.py

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

166166
setup(
167167
name="mlx",
168-
version=get_version("0.19.0"),
168+
version=get_version("0.19.1"),
169169
author="MLX Contributors",
170170
author_email="[email protected]",
171171
description="A framework for machine learning on Apple silicon.",

0 commit comments

Comments
 (0)