From 0b48f351e87986cc53ef97d735e2d8eb7cda52e6 Mon Sep 17 00:00:00 2001 From: glomatico <50295204+glomatico@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:08:20 -0300 Subject: [PATCH] Release gamdl 3.8.4 --- gamdl/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gamdl/__init__.py b/gamdl/__init__.py index 429dcfe..9fd9cda 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "3.8.3" +__version__ = "3.8.4" diff --git a/pyproject.toml b/pyproject.toml index 193d3a1..b0c8344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "gamdl" -version = "3.8.3" +version = "3.8.4" 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 ca289b5..7b96e81 100644 --- a/uv.lock +++ b/uv.lock @@ -214,7 +214,7 @@ name = "exceptiongroup" version = "1.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" } wheels = [ @@ -223,7 +223,7 @@ wheels = [ [[package]] name = "gamdl" -version = "3.8.3" +version = "3.8.4" source = { editable = "." } dependencies = [ { name = "async-lru" },