From a742d9f9b7559db8043c3856e8c186cb3c03c0c8 Mon Sep 17 00:00:00 2001 From: slaren Date: Tue, 12 Dec 2023 12:46:33 +0100 Subject: [PATCH] gguf-py : bump version --- gguf-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index e6374bfe8..9789c2c87 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 "] packages = [