From ffaeb6d3ff365540a5642079df08b9db71c04a05 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 13 Sep 2025 08:07:44 +0900 Subject: [PATCH] from draft-v4 to manager-v4 --- .github/workflows/publish-to-pypi.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 88ae24a8..d99a3c68 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - draft-v4 + - manager-v4 paths: - "pyproject.toml" diff --git a/pyproject.toml b/pyproject.toml index 47608333..e4ec3ab1 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.5" +version = "4.0.1" 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"