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