Skip to content

Commit 2e79d3b

Browse files
security fix release v1.2.3
1 parent aceec8d commit 2e79d3b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

builtin_extension_source

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 39fa95602a41c18ca0e2228cb6f97bc1d64428c5

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "py-pmp-manip"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
description = "Python tool for creating, editing and inspecting Penguinmod(.pmp) and Scratch(.sb3) files."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.12"
7-
license = { text = "GPL-3.0-or-later" }
7+
license = "GPL-3.0-or-later"
88
authors = [{name = "GermanCodeEngineer", email = "germancodeengineer@proton.me"}]
99

1010
# sometimes auto generated
@@ -25,7 +25,6 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
2727
"Programming Language :: Python :: 3.14",
28-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
2928
"Operating System :: OS Independent",
3029
]
3130

0 commit comments

Comments
 (0)