Bump to v1.5.3
This commit is contained in:
parent
ddc66f0a2b
commit
2e25f9c7bd
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name = "pywidevine"
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
description = "Widevine CDM (Content Decryption Module) implementation in Python."
|
||||
authors = ["rlaphoenix <rlaphoenix@pm.me>"]
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
@ -6,4 +6,4 @@ from .remotecdm import *
|
|||
from .session import *
|
||||
|
||||
|
||||
__version__ = "1.5.2"
|
||||
__version__ = "1.5.3"
|
||||
|
|
Loading…
Reference in New Issue