+ Bumped version to v0.8.3

This commit is contained in:
titus 2026-02-26 22:03:46 +01:00
parent 9710f364a7
commit b2d526ca21
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -30,7 +30,7 @@ def main(version: bool, debug: bool) -> None:
current_year = datetime.now().year
copyright_years = f"2024-{current_year}"
log.info("pyplayready version %s Copyright (c) %s DevLARLEY, Erevoc, DevataDev", __version__, copyright_years)
log.info("pyplayready version %s Copyright (c) %s DevLARLEY, Erevoc, DevataDev, Sp4rky", __version__, copyright_years)
log.info("https://git.gay/ready-dl/pyplayready")
log.info("Run 'pyplayready --help' for help")
if version:

View File

@ -4,10 +4,10 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pyplayready"
version = "0.8.2"
version = "0.8.3"
description = "pyplayready CDM (Content Decryption Module) implementation in Python."
license = "CC BY-NC-ND 4.0"
authors = ["DevLARLEY, Erevoc", "DevataDev"]
authors = ["DevLARLEY, Erevoc", "DevataDev", "Sp4rky"]
readme = "README.md"
repository = "https://git.gay/ready-dl/pyplayready"
keywords = ["python", "drm", "playready", "microsoft"]