We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ec07e commit 09b51d0Copy full SHA for 09b51d0
__init__.py
@@ -1,6 +1,6 @@
1
from .use_everywhere import SeedEverywhere, AnythingEverywherePrompts
2
3
-UE_VERSION = "6.0.1"
+UE_VERSION = "6.0.2"
4
5
NODE_CLASS_MAPPINGS = { "Seed Everywhere": SeedEverywhere }
6
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "cg-use-everywhere"
description = "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti."
-version = "6.0.1"
+version = "6.0.2"
license = { file = "LICENSE" }
7
[project.urls]
0 commit comments