From: Daniel Bevenius Date: Fri, 27 Feb 2026 10:02:53 +0000 (+0100) Subject: gguf-py : dump version to 0.18.0 (#19950) X-Git-Tag: gguf-v0.18.0^0 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8387ffb28d3467b81bc73727588c3fde772f8ebe;p=pkg%2Fggml%2Fsources%2Fllama.cpp 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 --- diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index 48693ae3e..5fb2755f1 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 = [