mirror of
https://git.gay/ready-dl/pyplayready.git
synced 2026-03-17 01:54:28 +00:00
+ Bumped version to v0.8.3
This commit is contained in:
parent
9710f364a7
commit
b2d526ca21
@ -16,4 +16,4 @@ from pyplayready.misc.revocation_list import *
|
||||
from pyplayready.misc.storage import *
|
||||
|
||||
|
||||
__version__ = "0.8.2"
|
||||
__version__ = "0.8.3"
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user