From 7aaa49c01e6cc77a0281b187277dfb93bc2ae161 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:44:09 -0300 Subject: [PATCH] Bump version to 1.6.1 --- 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 1e5fdb6..5bd3217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "votify" -version = "1.6" +version = "1.6.1" 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 c04f64e..cab0617 100644 --- a/uv.lock +++ b/uv.lock @@ -709,7 +709,7 @@ wheels = [ [[package]] name = "votify" -version = "1.6" +version = "1.6.1" source = { virtual = "." } dependencies = [ { name = "async-lru" }, diff --git a/votify/__init__.py b/votify/__init__.py index 9bef047..f49459c 100644 --- a/votify/__init__.py +++ b/votify/__init__.py @@ -1 +1 @@ -__version__ = "1.6" +__version__ = "1.6.1"