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