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

@@ -5,13 +5,15 @@
import os
import subprocess
import mlx.core as mx
# -- Project information -----------------------------------------------------
project = "MLX"
copyright = "2023, MLX Contributors"
author = "MLX Contributors"
version = "0.0.9"
release = "0.0.9"
version = ".".join(mx.__version__.split()[:-1])
release = version
# -- General configuration ---------------------------------------------------