From ed2529cd9e9f7bc322b1853e109d1210742cda82 Mon Sep 17 00:00:00 2001 From: calcuis <113646141+calcuis@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:47:49 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72e82f8..9277e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "gguf node for comfyui" authors = [{name = "calcuis", email = "info@calcu.io"}] license = {file = "LICENSE"} readme = "README.md" -version = "1.1.3" +version = "1.1.4" [project.urls] Repository = "https://github.com/calcuis/gguf"