From 41be94690fb5913db2e118f08fba1247d7c19586 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 28 Aug 2025 00:27:03 +0900 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 331545e4..f90a7a77 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.1" +version = "4.0.1-beta.2" 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"