Bump to v1.4.0
This commit is contained in:
parent
576d7212d5
commit
f30ca45550
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name = "pywidevine"
|
||||
version = "1.3.1"
|
||||
version = "1.4.0"
|
||||
description = "Widevine CDM (Content Decryption Module) implementation in Python."
|
||||
authors = ["rlaphoenix <rlaphoenix@pm.me>"]
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.3.1"
|
||||
__version__ = "1.4.0"
|
||||
|
|
Loading…
Reference in New Issue