fixed: cm_global importing error

This commit is contained in:
Dr.Lt.Data 2025-05-19 06:10:25 +09:00 committed by bymyself
parent 9d2034bd4f
commit 798b203274
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import re
import logging
import platform
import shlex
import cm_global
from . import cm_global
cache_lock = threading.Lock()

View File

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "comfyui-manager"
license = { text = "GPL-3.0-only" }
version = "4.0.0-beta.3"
version = "4.0.0-beta.4"
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"