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

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