Skip to content

Commit 1ce0c0f

Browse files
authored
Bump version (#1761)
1 parent 657f466 commit 1ce0c0f

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.21.1)
28+
set(MLX_VERSION 0.22.0)
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.21.1"),
176+
version=get_version("0.22.0"),
177177
author="MLX Contributors",
178178
author_email="[email protected]",
179179
description="A framework for machine learning on Apple silicon.",

0 commit comments

Comments
 (0)