We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b3a0d commit a3a2603Copy full SHA for a3a2603
NodeToPython/__init__.py
@@ -2,7 +2,7 @@
2
"name": "Node to Python",
3
"description": "Convert Blender node groups to a Python add-on!",
4
"author": "Brendan Parmer",
5
- "version": (3, 2, 1),
+ "version": (3, 2, 2),
6
"blender": (3, 0, 0),
7
"location": "Node",
8
"category": "Node",
NodeToPython/blender_manifest.toml
@@ -1,7 +1,7 @@
1
schema_version = "1.0.0"
id = "node_to_python"
-version = "3.2.1"
+version = "3.2.2"
name = "Node To Python"
tagline = "Turn node groups into Python code"
maintainer = "Brendan Parmer <brendanparmer+nodetopython@gmail.com>"
0 commit comments