diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1cf37..921db31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.1.3] - Not Released +## [2.1.3] - 2024-11-03 ### Added diff --git a/keydive/__init__.py b/keydive/__init__.py index c2a18fc..90f9fdf 100644 --- a/keydive/__init__.py +++ b/keydive/__init__.py @@ -3,4 +3,4 @@ from .adb import ADB from .cdm import Cdm from .vendor import Vendor -__version__ = '2.1.2' +__version__ = '2.1.3' diff --git a/pyproject.toml b/pyproject.toml index 7e91886..70fc7a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "keydive" -version = "2.1.2" +version = "2.1.3" description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education." license = "MIT" authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]