From 3918f1ab9c095a8a3c021fe6ac8cdf8d495fc148 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:44:12 -0300 Subject: [PATCH] Bump version to 1.9.5 --- pyproject.toml | 2 +- votify/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"