Skip to content

Commit 07b7300

Browse files
committed
1.21.0 version bump & pyproject.toml dep fix
1 parent 1df843a commit 07b7300

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UnityPy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.20.26"
1+
__version__ = "1.21.0"
22

33
from .environment import Environment as Environment
44
from .helpers.ArchiveStorageManager import (

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ dependencies = [
5555
dynamic = ["version"]
5656

5757
[project.optional-dependencies]
58-
typetree_api = ["TypeTreeAPI"]
59-
full = ["UnityPy[typetree_api]"]
58+
ttgen = ["TypeTreeGeneratorAPI"]
59+
full = ["UnityPy[ttgen]"]
6060
tests = ["pytest", "pillow", "psutil", "UnityPy[full]"]
6161

6262
[project.urls]

0 commit comments

Comments
 (0)