diff --git a/gamdl/__init__.py b/gamdl/__init__.py index 31b8f46..8dfe710 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "3.4" +__version__ = "3.5" diff --git a/pyproject.toml b/pyproject.toml index 71baab7..f97587b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gamdl" -version = "3.4" +version = "3.5" 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 eca1e5c..3f8f339 100644 --- a/uv.lock +++ b/uv.lock @@ -223,7 +223,7 @@ wheels = [ [[package]] name = "gamdl" -version = "3.4" +version = "3.5" source = { virtual = "." } dependencies = [ { name = "async-lru" },