From 0b318156a4eaa784cc61f51ca19476da081d2f65 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:19:09 -0300 Subject: [PATCH] Bump package version to 3.0 --- 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 a78f213..fd24f38 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "2.9.3" +__version__ = "3.0" diff --git a/pyproject.toml b/pyproject.toml index 0a183f1..cb5f8a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gamdl" -version = "2.9.3" +version = "3.0" 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 49b74f2..e3efd24 100644 --- a/uv.lock +++ b/uv.lock @@ -223,7 +223,7 @@ wheels = [ [[package]] name = "gamdl" -version = "2.9.3" +version = "3.0" source = { virtual = "." } dependencies = [ { name = "async-lru" },