version bump (#490)

* version bump

* Fix the dev version string

---------

Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com>
This commit is contained in:
Awni Hannun
2024-01-18 12:00:24 -08:00
committed by GitHub
parent 3d99a8d31d
commit f6e911ced0
3 changed files with 7 additions and 5 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.9)
set(MLX_VERSION 0.0.10)
endif()
# --------------------- Processor tests -------------------------