From e129697151fc53fb08dd4128f8a984f9b79be7b3 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 18 Mar 2026 02:06:02 +0900 Subject: [PATCH] bump version to the 4.1b6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e485bdfe..6e4721c6 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.1b5" +version = "4.1b6" 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"