Bump to v1.5.1

This commit is contained in:
rlaphoenix 2022-10-23 15:20:49 +01:00
parent ada7cb009e
commit 05b6753aa6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "pywidevine" name = "pywidevine"
version = "1.5.0" version = "1.5.1"
description = "Widevine CDM (Content Decryption Module) implementation in Python." description = "Widevine CDM (Content Decryption Module) implementation in Python."
authors = ["rlaphoenix <rlaphoenix@pm.me>"] authors = ["rlaphoenix <rlaphoenix@pm.me>"]
license = "GPL-3.0-only" license = "GPL-3.0-only"

View File

@ -6,4 +6,4 @@ from .remotecdm import *
from .session import * from .session import *
__version__ = "1.5.0" __version__ = "1.5.1"