+ Fixed device name cleaner

+ Bump version to 0.3.4
This commit is contained in:
BuildTools 2024-11-16 17:58:41 +01:00
parent 983c4185fd
commit b2f1753207
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.3"
__version__ = "0.3.4"

View File

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