summaryrefslogtreecommitdiff
path: root/gguf-py
diff options
context:
space:
mode:
Diffstat (limited to 'gguf-py')
-rw-r--r--gguf-py/gguf/__init__.py2
-rw-r--r--gguf-py/pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/gguf-py/gguf/__init__.py b/gguf-py/gguf/__init__.py
index 718ea71e..f9b70a85 100644
--- a/gguf-py/gguf/__init__.py
+++ b/gguf-py/gguf/__init__.py
@@ -1 +1 @@
-from .gguf import GGUFWriter
+from .gguf import *
diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml
index a6bce946..cc70e28b 100644
--- a/gguf-py/pyproject.toml
+++ b/gguf-py/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gguf"
-version = "0.2.0"
+version = "0.2.1"
description = "Write ML models in GGUF for GGML"
authors = ["GGML <ggml@ggml.ai>"]
packages = [