diff options
author | Ondřej Čertík <ondrej@certik.us> | 2024-03-14 11:57:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 19:57:31 +0200 |
commit | 727107707a73b3dc8a497cf9fc9405722c16dd2b (patch) | |
tree | 2a9982e85f0a620314eae0b6a1f91bf3cb18ed0b /gguf-py | |
parent | 69ff61397d2b7b550dcdda4a35b35128892408b0 (diff) |
gguf-py : bump version to 0.8.0 (#6060)
Diffstat (limited to 'gguf-py')
-rw-r--r-- | gguf-py/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index 9789c2c8..96396e04 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.7.0" +version = "0.8.0" description = "Read and write ML models in GGUF for GGML" authors = ["GGML <ggml@ggml.ai>"] packages = [ |