From c52fbc683607c96d63aa975a923a0bbb014a059b Mon Sep 17 00:00:00 2001 From: Douglas Hanley Date: Tue, 15 Oct 2024 12:42:37 -0500 Subject: [PATCH] bump sub version --- gadget/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadget/__init__.py b/gadget/__init__.py index cf7c9eb..1ce6cb2 100644 --- a/gadget/__init__.py +++ b/gadget/__init__.py @@ -22,4 +22,4 @@ from .ggml import GGMLQuantizationType as T from .tensor import get_tensor_info -__version__ = "0.4.7" +__version__ = "0.4.8"