From b2febdbbea8026b55118ccc8feee5498810bef65 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:44:21 -0300 Subject: [PATCH] Bump version to 1.9 --- pyproject.toml | 2 +- uv.lock | 2 +- votify/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 312ab9b..46bf87b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "votify" -version = "1.8.1" +version = "1.9" description = "A command-line app for downloading songs, podcasts and videos from Spotify." readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index ba4f0f3..7d55233 100644 --- a/uv.lock +++ b/uv.lock @@ -1017,7 +1017,7 @@ wheels = [ [[package]] name = "votify" -version = "1.8.1" +version = "1.9" source = { virtual = "." } dependencies = [ { name = "async-lru" }, diff --git a/votify/__init__.py b/votify/__init__.py index 2d986fc..44759f5 100644 --- a/votify/__init__.py +++ b/votify/__init__.py @@ -1 +1 @@ -__version__ = "1.8.1" +__version__ = "1.9"