Skip to content

Commit e983f9e

Browse files
committed
bump version 3.30.2
1 parent 8b16ef6 commit e983f9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

glob/manager_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from node_package import InstalledNodePackage
4444

4545

46-
version_code = [3, 30, 1]
46+
version_code = [3, 30, 2]
4747
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')
4848

4949

pyproject.toml

+1-1
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.30.1"
4+
version = "3.30.2"
55
license = { file = "LICENSE.txt" }
66
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]
77

0 commit comments

Comments
 (0)