You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
[project]
3
3
name = "funpack"# Unique identifier for your node. Immutable after creation.
4
4
description = "A set of nodes for experiments with video generation models, including Prompt Enhancer, Video Stitch, Creative Template and many other nodes."
5
-
version = "1.2.0"# Custom Node version. Must be semantically versioned.
5
+
version = "1.2.1"# Custom Node version. Must be semantically versioned.
6
6
license = { text = "GNU GPL v3" }
7
7
dependencies = [] # Filled in from requirements.txt
0 commit comments