diff options
Diffstat (limited to 'gguf-py/pyproject.toml')
-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 e6374bfe..9789c2c8 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.6.0" +version = "0.7.0" description = "Read and write ML models in GGUF for GGML" authors = ["GGML <ggml@ggml.ai>"] packages = [ |