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

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