Bump to v1.5.0

This commit is contained in:
rlaphoenix 2022-09-24 12:05:53 +01:00
parent e585102798
commit d698b1d3c4
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.4.4"
version = "1.5.0"
description = "Widevine CDM (Content Decryption Module) implementation in Python."
authors = ["rlaphoenix <rlaphoenix@pm.me>"]
license = "GPL-3.0-only"

View File

@ -1 +1 @@
__version__ = "1.4.4"
__version__ = "1.5.0"