From efe77adb500a8d89333d6f866b1b251af32f115c Mon Sep 17 00:00:00 2001 From: calcuis <113646141+calcuis@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:51:40 -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 f7c60a8..46052d7 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.2.2" +version = "1.2.3" [project.urls] Repository = "https://github.com/calcuis/gguf"