From 34056f046a646e48d44bc5fcd4e7ad35b369e088 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 16 Nov 2024 18:54:57 +0100 Subject: [PATCH] + Fixed test CLI command --- pyplayready/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyplayready/__init__.py b/pyplayready/__init__.py index 9b27ecd..a64dfd0 100644 --- a/pyplayready/__init__.py +++ b/pyplayready/__init__.py @@ -10,4 +10,4 @@ from .session import * from .xml_key import * from .xmrlicense import * -__version__ = "0.3.4" +__version__ = "0.3.5" diff --git a/pyproject.toml b/pyproject.toml index 754f6b7..c7230ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]