Skip to content

Commit a3a2603

Browse files
committed
feat: bump NTP version
1 parent c2b3a0d commit a3a2603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NodeToPython/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Node to Python",
33
"description": "Convert Blender node groups to a Python add-on!",
44
"author": "Brendan Parmer",
5-
"version": (3, 2, 1),
5+
"version": (3, 2, 2),
66
"blender": (3, 0, 0),
77
"location": "Node",
88
"category": "Node",

NodeToPython/blender_manifest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version = "1.0.0"
22

33
id = "node_to_python"
4-
version = "3.2.1"
4+
version = "3.2.2"
55
name = "Node To Python"
66
tagline = "Turn node groups into Python code"
77
maintainer = "Brendan Parmer <brendanparmer+nodetopython@gmail.com>"

0 commit comments

Comments
 (0)