diff --git a/pyproject.toml b/pyproject.toml index 4f512ae..98e12bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "votify" -version = "1.9.4" +version = "1.9.5" description = "A command-line app for downloading songs, podcasts and videos from Spotify." readme = "README.md" license = "MIT" diff --git a/votify/__init__.py b/votify/__init__.py index 8445203..96974ae 100644 --- a/votify/__init__.py +++ b/votify/__init__.py @@ -1 +1 @@ -__version__ = "1.9.4" +__version__ = "1.9.5"