+ Fixed test CLI command

This commit is contained in:
BuildTools 2024-11-16 18:54:57 +01:00
parent ba2669c76a
commit 34056f046a
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ from .session import *
from .xml_key import *
from .xmrlicense import *
__version__ = "0.3.4"
__version__ = "0.3.5"

View File

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