Bump to v1.1.0

This commit is contained in:
rlaphoenix 2022-07-21 17:32:06 +01:00
parent b262e115d3
commit 35abd2962f
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pywidevine"
version = "1.0.1"
version = "1.1.0"
description = "Widevine CDM (Content Decryption Module) implementation in Python."
authors = ["rlaphoenix <rlaphoenix@pm.me>"]
license = "GPL-3.0-only"
@ -33,7 +33,7 @@ pycryptodome = "^3.15.0"
click = "^8.1.3"
requests = "^2.28.1"
lxml = "^4.9.1"
Unidecode = "^1.3.4"
Unidecode = "^1.3.4"
[tool.poetry.scripts]
pywidevine = "pywidevine.main:main"

View File

@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.1.0"