summaryrefslogtreecommitdiff
path: root/gguf-py
diff options
context:
space:
mode:
Diffstat (limited to 'gguf-py')
-rw-r--r--gguf-py/README.md1
-rw-r--r--gguf-py/pyproject.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/gguf-py/README.md b/gguf-py/README.md
index ffe25c49..a28d8c57 100644
--- a/gguf-py/README.md
+++ b/gguf-py/README.md
@@ -69,4 +69,3 @@ python -m twine upload dist/*
## TODO
- [ ] Add tests
- [ ] Include conversion scripts as command line entry points in this package.
-- Add CI workflow for releasing the package.
diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml
index 400607ce..07a7ab4d 100644
--- a/gguf-py/pyproject.toml
+++ b/gguf-py/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gguf"
-version = "0.4.0"
+version = "0.4.4"
description = "Write ML models in GGUF for GGML"
authors = ["GGML <ggml@ggml.ai>"]
packages = [