From 086040f858c811c5b2a79d6cbd3df395081374e9 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 1 Jul 2025 12:55:13 +0900 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09dbf98e..6a781247 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.0-beta.6" +version = "4.0.0-beta.7" 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"