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