From 5378f0a8e9e02fe9ce50f16b109cbae04da28fb6 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 4 Sep 2025 08:39:37 +0900 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f02889f..f531c39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "comfyui-manager" license = { text = "GPL-3.0-only" } -version = "4.0.1-beta.3" +version = "4.0.1-beta.4" requires-python = ">= 3.9" description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." readme = "README.md"