diff --git a/gamdl/__init__.py b/gamdl/__init__.py index 573a770..e617a4c 100644 --- a/gamdl/__init__.py +++ b/gamdl/__init__.py @@ -1 +1 @@ -__version__ = "2.7.3" +__version__ = "2.7.4" diff --git a/pyproject.toml b/pyproject.toml index 39aa75c..968d2f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gamdl" -version = "2.7.3" +version = "2.7.4" description = "A command-line app for downloading Apple Music songs, music videos and post videos." readme = "README.md" license = { text = "MIT" }