From 862a150c44b92c46e7cb2918c863e5216aadb32d Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:08:57 -0300 Subject: [PATCH] Bump version to 2.7.2 --- 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 7a38ae0..7f90850 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "2.7.1" +__version__ = "2.7.2" diff --git a/pyproject.toml b/pyproject.toml index cfa806e..fa71283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gamdl" -version = "2.7.1" +version = "2.7.2" description = "A command-line app for downloading Apple Music songs, music videos and post videos." readme = "README.md" license = { text = "MIT" }