diff --git a/gamdl/__init__.py b/gamdl/__init__.py index 0c11bab..dae42b1 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "3.5.1" +__version__ = "3.5.2" diff --git a/pyproject.toml b/pyproject.toml index 9e8410b..73670bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gamdl" -version = "3.5.1" +version = "3.5.2" 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 76c708c..2dc63a3 100644 --- a/uv.lock +++ b/uv.lock @@ -223,7 +223,7 @@ wheels = [ [[package]] name = "gamdl" -version = "3.5.1" +version = "3.5.2" source = { virtual = "." } dependencies = [ { name = "async-lru" },