Skip to content

Commit

Permalink
feat: bump NTP version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanParmer committed Nov 17, 2024
1 parent c2b3a0d commit a3a2603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NodeToPython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Node to Python",
"description": "Convert Blender node groups to a Python add-on!",
"author": "Brendan Parmer",
"version": (3, 2, 1),
"version": (3, 2, 2),
"blender": (3, 0, 0),
"location": "Node",
"category": "Node",
Expand Down
2 changes: 1 addition & 1 deletion NodeToPython/blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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>"
Expand Down

0 comments on commit a3a2603

Please sign in to comment.