Bump to v1.8.0

master
rlaphoenix 2023-12-22 11:08:57 +00:00
parent c39dd6df5d
commit 84d30a69a9
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.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>"]

View File

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