Skip to content

Commit

Permalink
Bump to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Nov 21, 2023
1 parent 81fd264 commit 4fc8216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pywidevine"
version = "1.6.0"
version = "1.7.0"
description = "Widevine CDM (Content Decryption Module) implementation in Python."
license = "GPL-3.0-only"
authors = ["rlaphoenix <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion pywidevine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .remotecdm import *
from .session import *

__version__ = "1.5.3"
__version__ = "1.7.0"

0 comments on commit 4fc8216

Please sign in to comment.