Bump the version (#554)

This commit is contained in:
Angelos Katharopoulos
2024-01-25 11:01:05 -08:00
committed by GitHub
parent 624065c074
commit 87b7fa9ba2
3 changed files with 3 additions and 3 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)
if(NOT MLX_VERSION)
set(MLX_VERSION 0.0.10)
set(MLX_VERSION 0.0.11)
endif()
# --------------------- Processor tests -------------------------