From 8387ffb28d3467b81bc73727588c3fde772f8ebe Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 27 Feb 2026 11:02:53 +0100 Subject: [PATCH] gguf-py : dump version to 0.18.0 (#19950) This commit updates the gguf-py package version to 0.18.0 in preperation of a new release to PyPI. Refs: https://github.com/ggml-org/llama.cpp/discussions/19948 --- 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 48693ae3e3..5fb2755f1a 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.17.1" +version = "0.18.0" description = "Read and write ML models in GGUF for GGML" authors = ["GGML "] packages = [