Bump to v1.7.0
This commit is contained in:
parent
81fd2649a4
commit
4fc8216c4a
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name = "pywidevine"
|
||||
version = "1.6.0"
|
||||
version = "1.7.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.5.3"
|
||||
__version__ = "1.7.0"
|
||||
|
|
Loading…
Reference in New Issue