+ Bumped version 0.8.2

This commit is contained in:
titus 2026-01-03 00:00:43 +01:00
parent 333d185e08
commit 6817250fb7
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ from pyplayready.misc.revocation_list import *
from pyplayready.misc.storage import * from pyplayready.misc.storage import *
__version__ = "0.8.1" __version__ = "0.8.2"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "pyplayready" name = "pyplayready"
version = "0.8.1" version = "0.8.2"
description = "pyplayready CDM (Content Decryption Module) implementation in Python." description = "pyplayready CDM (Content Decryption Module) implementation in Python."
license = "CC BY-NC-ND 4.0" license = "CC BY-NC-ND 4.0"
authors = ["DevLARLEY, Erevoc", "DevataDev"] authors = ["DevLARLEY, Erevoc", "DevataDev"]