From f4e6069e695a62722b57757eff5fe58c9a677771 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 15 Jan 2026 22:50:41 -0300 Subject: [PATCH] Bump version to 2.8.3 --- gamdl/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gamdl/__init__.py b/gamdl/__init__.py index 239bf2b..764271b 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "2.8.2" +__version__ = "2.8.3" diff --git a/pyproject.toml b/pyproject.toml index 9b368fa..41dd7a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gamdl" -version = "2.8.2" +version = "2.8.3" description = "A command-line app for downloading Apple Music songs, music videos and post videos." readme = "README.md" license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index f15be28..7810c33 100644 --- a/uv.lock +++ b/uv.lock @@ -214,7 +214,7 @@ wheels = [ [[package]] name = "gamdl" -version = "2.8.2" +version = "2.8.3" source = { virtual = "." } dependencies = [ { name = "async-lru" },