diff --git a/CMakeLists.txt b/CMakeLists.txt index 3732ca58a1..e45d4fea15 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.0.7) + set(MLX_VERSION 0.0.8) endif() # --------------------- Processor tests ------------------------- diff --git a/docs/src/conf.py b/docs/src/conf.py index 451de70337..ec5ea6d1ea 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -10,8 +10,8 @@ import subprocess project = "MLX" copyright = "2023, MLX Contributors" author = "MLX Contributors" -version = "0.0.7" -release = "0.0.7" +version = "0.0.8" +release = "0.0.8" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d6876c8603..43f7cdd50f 100644 --- a/setup.py +++ b/setup.py @@ -164,7 +164,7 @@ if __name__ == "__main__": setup( name="mlx", - version=get_version("0.0.7"), + version=get_version("0.0.8"), author="MLX Contributors", author_email="mlx@group.apple.com", description="A framework for machine learning on Apple silicon.",