From 72c3a5d28a8f60050f3f5e19dad8f2e3783789cd Mon Sep 17 00:00:00 2001 From: slaren Date: Sat, 18 Nov 2023 16:11:06 +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 6e3f9e855..e6374bfe8 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.5.3" +version = "0.6.0" description = "Read and write ML models in GGUF for GGML" authors = ["GGML "] packages = [