Bump to v1.7.0

This commit is contained in:
rlaphoenix 2023-11-21 10:14:39 +00:00
parent 81fd2649a4
commit 4fc8216c4a
2 changed files with 2 additions and 2 deletions

View File

@ -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>"]

View File

@ -5,4 +5,4 @@ from .pssh import *
from .remotecdm import *
from .session import *
__version__ = "1.5.3"
__version__ = "1.7.0"