diff options
Diffstat (limited to 'gguf-py/pyproject.toml')
-rw-r--r-- | gguf-py/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index 07a7ab4d..f0741a7c 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.4.4" +version = "0.4.5" description = "Write ML models in GGUF for GGML" authors = ["GGML <ggml@ggml.ai>"] packages = [ |