release v3.0.0

This commit is contained in:
hyugogirubato
2025-06-09 18:12:49 +02:00
parent 2f74b4c5b7
commit 82d6a903dd
28 changed files with 5384 additions and 1620 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
from .core import Core
from .adb import ADB
from .cdm import Cdm
from .vendor import Vendor
from .keybox import Keybox
from .adb.remote import Remote
from .adb.vendor import Vendor
from .drm.cdm import Cdm
from .drm.keybox import KeyBox
__version__ = "2.2.1"
__version__ = '3.0.0'