Skip to content

Commit 1a1b210

Browse files
authored
bump (#1840)
1 parent b6c6552 commit 1a1b210

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

2727
if(NOT MLX_VERSION)
28-
set(MLX_VERSION 0.22.0)
28+
set(MLX_VERSION 0.22.1)
2929
endif()
3030
add_compile_definitions("MLX_VERSION=${MLX_VERSION}")
3131

setup.py

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

174174
setup(
175175
name="mlx",
176-
version=get_version("0.22.0"),
176+
version=get_version("0.22.1"),
177177
author="MLX Contributors",
178178
author_email="[email protected]",
179179
description="A framework for machine learning on Apple silicon.",

0 commit comments

Comments
 (0)