Skip to content

Commit 528c0a7

Browse files
committed
bump version to v3.41
1 parent ac73d00 commit 528c0a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

glob/manager_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from node_package import InstalledNodePackage
4545

4646

47-
version_code = [3, 40]
47+
version_code = [3, 41]
4848
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')
4949

5050

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-manager"
33
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
4-
version = "3.40"
4+
version = "3.41"
55
license = { file = "LICENSE.txt" }
66
dependencies = ["GitPython", "PyGithub", "matrix-nio", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]
77

0 commit comments

Comments
 (0)