Fix packaging of gguflib (#435)

This commit is contained in:
Angelos Katharopoulos
2024-01-11 13:56:03 -08:00
committed by GitHub
parent 46dc24d835
commit 006d01ba42
4 changed files with 5 additions and 5 deletions

View File

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