We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a3ba9 commit 571b403Copy full SHA for 571b403
1 file changed
pyproject.toml
@@ -1,8 +1,13 @@
1
[project]
2
name = "ComfyUI_SamplingUtils"
3
description = "Utilities making it easy to set up inference parameters."
4
-version = "0.3.8"
+version = "0.3.9"
5
license = { file = "LICENSE" }
6
+classifiers = [
7
+ "Operating System :: OS Independent",
8
+ "Development Status :: 5 - Production/Stable",
9
+ "Programming Language :: Python :: 3",
10
+]
11
12
[project.urls]
13
Repository = "https://github.com/silveroxides/ComfyUI_SamplingUtils"
0 commit comments