From 2e2fef14264cf9e175a1aed23b834d075645b491 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:54:28 -0300 Subject: [PATCH] Bump version to 2.9 --- 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 c2c8ceb..e1115c5 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "2.8.7" +__version__ = "2.9" diff --git a/pyproject.toml b/pyproject.toml index 94c3c27..baa980a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gamdl" -version = "2.8.7" +version = "2.9" description = "A command-line app for downloading Apple Music songs, music videos and post videos." readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index 58bf539..5e9ce0b 100644 --- a/uv.lock +++ b/uv.lock @@ -214,7 +214,7 @@ wheels = [ [[package]] name = "gamdl" -version = "2.8.7" +version = "2.9" source = { virtual = "." } dependencies = [ { name = "async-lru" },