Skip to content

Commit bcc5304

Browse files
committed
other: version bump
1 parent af79966 commit bcc5304

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NodeToPython/__init__.py

Lines changed: 1 addition & 1 deletion
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, 3, 1),
5+
"version": (3, 3, 2),
66
"blender": (3, 0, 0),
77
"location": "Node",
88
"category": "Node",

NodeToPython/blender_manifest.toml

Lines changed: 1 addition & 1 deletion
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.3.1"
4+
version = "3.3.2"
55
name = "Node To Python"
66
tagline = "Turn node groups into Python code"
77
maintainer = "Brendan Parmer <brendanparmer+nodetopython@gmail.com>"

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Blender's node-based editors are powerful, yet accessible tools, and I wanted to
1515
* interfacing with other parts of the software or properties of an object
1616

1717
## Supported Versions
18-
NodeToPython v3.3.1 is supported for Blender 3.0 - 4.3 on Windows, macOS, and Linux.
18+
NodeToPython v3.3.2 is supported for Blender 3.0 - 4.3 on Windows, macOS, and Linux.
1919

2020
## Installation
2121
### Blender Extensions Platform

0 commit comments

Comments
 (0)