from draft-v4 to manager-v4

This commit is contained in:
Dr.Lt.Data 2025-09-13 08:07:44 +09:00
parent 6cc1ad4cc0
commit ffaeb6d3ff
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- draft-v4
- manager-v4
paths:
- "pyproject.toml"

View File

@ -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"