From 35e9c87ab94e2e1a685e3b6a72b439630938f657 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Fri, 25 Oct 2024 13:13:23 -0700 Subject: [PATCH] patch bump (#1528) --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9c5c1175..41d6ea2de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ option(MLX_METAL_JIT "Use JIT compilation for Metal kernels" OFF) option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF) if(NOT MLX_VERSION) - set(MLX_VERSION 0.19.0) + set(MLX_VERSION 0.19.1) endif() # --------------------- Processor tests ------------------------- diff --git a/setup.py b/setup.py index 7cfb72bb2..7fc91fa32 100644 --- a/setup.py +++ b/setup.py @@ -165,7 +165,7 @@ if __name__ == "__main__": setup( name="mlx", - version=get_version("0.19.0"), + version=get_version("0.19.1"), author="MLX Contributors", author_email="mlx@group.apple.com", description="A framework for machine learning on Apple silicon.",