bump version (#157)

This commit is contained in:
Awni Hannun 2023-12-13 14:28:26 -08:00 committed by GitHub
parent c3272d4917
commit 76e1af0e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ import subprocess
project = "MLX" project = "MLX"
copyright = "2023, MLX Contributors" copyright = "2023, MLX Contributors"
author = "MLX Contributors" author = "MLX Contributors"
version = "0.0.4" version = "0.0.5"
release = "0.0.4" release = "0.0.5"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -140,7 +140,7 @@ if __name__ == "__main__":
setup( setup(
name="mlx", name="mlx",
version=get_version("0.0.4"), version=get_version("0.0.5"),
author="MLX Contributors", author="MLX Contributors",
author_email="mlx@group.apple.com", author_email="mlx@group.apple.com",
description="A framework for machine learning on Apple Silicon.", description="A framework for machine learning on Apple Silicon.",