Skip to content

Commit

Permalink
Bump to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Dec 22, 2023
1 parent c39dd6d commit 84d30a6
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.7.0"
version = "1.8.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.7.0"
__version__ = "1.8.0"

0 comments on commit 84d30a6

Please sign in to comment.