diff options
Diffstat (limited to 'gguf-py/pyproject.toml')
-rw-r--r-- | gguf-py/pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index 624e1cda..e21c3cd9 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gguf" -version = "0.5.0" -description = "Write ML models in GGUF for GGML" +version = "0.5.1" +description = "Read and write ML models in GGUF for GGML" authors = ["GGML <ggml@ggml.ai>"] packages = [ {include = "gguf"}, |