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

@@ -12,7 +12,7 @@ import mlx.core as mx
project = "MLX"
copyright = "2023, MLX Contributors"
author = "MLX Contributors"
version = ".".join(mx.__version__.split()[:-1])
version = ".".join(mx.__version__.split(".")[:3])
release = version
# -- General configuration ---------------------------------------------------