From 273b171398c8f863152c78656baa6967955ec89d Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:01:27 -0300 Subject: [PATCH] Bump version to 2.7.5 --- gamdl/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gamdl/__init__.py b/gamdl/__init__.py index e617a4c..a42f83a 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "2.7.4" +__version__ = "2.7.5" diff --git a/pyproject.toml b/pyproject.toml index 968d2f3..e8e9857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gamdl" -version = "2.7.4" +version = "2.7.5" description = "A command-line app for downloading Apple Music songs, music videos and post videos." readme = "README.md" license = { text = "MIT" }