Bump to v1.3.0

This commit is contained in:
rlaphoenix 2022-08-04 05:56:38 +01:00
parent 3d794ad659
commit 7640d6fcab
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.2.1"
version = "1.3.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.2.1"
__version__ = "1.3.0"