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
2 changed files with 3 additions and 3 deletions

View File

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