bump version

This commit is contained in:
hyugogirubato
2026-04-28 19:54:17 +02:00
parent 8d1d43edab
commit 0690170b85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ from .adb.vendor import Vendor
from .drm.cdm import Cdm from .drm.cdm import Cdm
from .drm.keybox import KeyBox from .drm.keybox import KeyBox
__version__ = '3.0.5' __version__ = '3.0.6'
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "keydive" name = "keydive"
version = "3.0.5" version = "3.0.6"
description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education." description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education."
license = "MIT" license = "MIT"
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"] authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]