From d88dbe5bb6a93809fda580e1f9a9e3947ef1141b Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 28 May 2026 17:28:47 -0300 Subject: [PATCH] Bump version to 3.7.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 3bdbbae..221485a 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "3.7.2" +__version__ = "3.7.3" diff --git a/pyproject.toml b/pyproject.toml index 26a554c..3a0df1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gamdl" -version = "3.7.2" +version = "3.7.3" 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 77502a6..5faa38d 100644 --- a/uv.lock +++ b/uv.lock @@ -223,7 +223,7 @@ wheels = [ [[package]] name = "gamdl" -version = "3.7.2" +version = "3.7.3" source = { virtual = "." } dependencies = [ { name = "async-lru" },