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
This commit is contained in:
Daniel Bevenius
2026-02-27 11:02:53 +01:00
committed by GitHub
parent 2e7e638523
commit 8387ffb28d
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "gguf" name = "gguf"
version = "0.17.1" version = "0.18.0"
description = "Read and write ML models in GGUF for GGML" description = "Read and write ML models in GGUF for GGML"
authors = ["GGML <ggml@ggml.ai>"] authors = ["GGML <ggml@ggml.ai>"]
packages = [ packages = [