Bump the version (#47)

This commit is contained in:
Angelos Katharopoulos
2023-12-07 06:40:55 -08:00
committed by GitHub
parent d895e38f2e
commit 43e336cff2
2 changed files with 3 additions and 3 deletions

View File

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