version bump (#355)

* version bump

* one more
This commit is contained in:
Awni Hannun 2024-01-03 14:48:24 -08:00 committed by GitHub
parent e7f5059fe4
commit 526466dd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ option(MLX_BUILD_METAL "Build metal backend" ON)
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF) option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
if(NOT MLX_VERSION) if(NOT MLX_VERSION)
set(MLX_VERSION 0.0.6) set(MLX_VERSION 0.0.7)
endif() endif()
# --------------------- Processor tests ------------------------- # --------------------- Processor tests -------------------------

View File

@ -10,8 +10,8 @@ import subprocess
project = "MLX" project = "MLX"
copyright = "2023, MLX Contributors" copyright = "2023, MLX Contributors"
author = "MLX Contributors" author = "MLX Contributors"
version = "0.0.6" version = "0.0.7"
release = "0.0.6" release = "0.0.7"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -164,7 +164,7 @@ if __name__ == "__main__":
setup( setup(
name="mlx", name="mlx",
version=get_version("0.0.6"), version=get_version("0.0.7"),
author="MLX Contributors", author="MLX Contributors",
author_email="mlx@group.apple.com", author_email="mlx@group.apple.com",
description="A framework for machine learning on Apple silicon.", description="A framework for machine learning on Apple silicon.",