From bfb5bad4f0906eb017fc9f5c402fd6aca1a72e0f Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Sun, 24 Mar 2024 21:03:59 -0700 Subject: [PATCH] patch (#893) --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d264b2ca..4b1ce18f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ option(MLX_BUILD_METAL "Build metal backend" ON) option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF) if(NOT MLX_VERSION) - set(MLX_VERSION 0.8.0) + set(MLX_VERSION 0.8.1) endif() # --------------------- Processor tests ------------------------- diff --git a/setup.py b/setup.py index 136834ff8..eced7e8df 100644 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ if __name__ == "__main__": setup( name="mlx", - version=get_version("0.8.0"), + version=get_version("0.8.1"), author="MLX Contributors", author_email="mlx@group.apple.com", description="A framework for machine learning on Apple silicon.",