Skip to content

Commit 8189cb9

Browse files
committed
Bump version from 0.3.3 to 0.3.4
1 parent 10d0547 commit 8189cb9

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ description = "[WIP]Custom nodes for handling, inspecting, modifying and creatin
44
version = "0.3.3"
55
license = { file = "LICENSE" }
66

7+
classifiers = [
8+
"Development Status :: 5 - Production/Stable",
9+
"Intended Audience :: Developers",
10+
"License :: OSI Approved :: MIT License",
11+
"Programming Language :: Python :: 3",
12+
"Programming Language :: Python :: 3.9",
13+
"Programming Language :: Python :: 3.10",
14+
"Programming Language :: Python :: 3.11",
15+
"Programming Language :: Python :: 3.12",
16+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
17+
]
18+
dependencies = [
19+
"unifiedefficientloader==0.4.4"
20+
]
21+
722
[project.urls]
823
Repository = "https://github.com/silveroxides/ComfyUI-ModelUtils"
924
# Used by Comfy Registry https://comfyregistry.org

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests
22
Pillow
33
mutagen
4-
unifiedefficientloader>0.4.3
4+
unifiedefficientloader==0.4.4
55
av

0 commit comments

Comments
 (0)