+ int -> bytes conversion fix

This commit is contained in:
titus 2024-12-29 15:23:01 +01:00
parent e5782f5674
commit 91db649c9c
3 changed files with 11 additions and 4 deletions

View file

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