Skip to content

Commit 6d2fe13

Browse files
committed
other: version bump, change license to GPL 3
1 parent c8dfbcb commit 6d2fe13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

NodeToPython/blender_manifest.toml

Lines changed: 2 additions & 3 deletions
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.4.0"
4+
version = "3.5.0"
55
name = "Node To Python"
66
tagline = "Turn node groups into Python code"
77
maintainer = "Brendan Parmer <[email protected]>"
@@ -12,10 +12,9 @@ website = "https://github.com/BrendanParmer/NodeToPython"
1212
tags = ["Development", "Compositing", "Geometry Nodes", "Material", "Node"]
1313

1414
blender_version_min = "4.2.0"
15-
blender_version_max = "4.5.0"
1615

1716
license = [
18-
"SPDX:MIT",
17+
"SPDX:GPL-3.0-or-later",
1918
]
2019

2120
[permissions]

0 commit comments

Comments
 (0)