From 907ef802bcfff390c7a3137292de7502dd12d944 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 17 Jan 2023 00:05:41 -0500 Subject: [PATCH] Bump version to 0.6.2 Releases * Fix for double scrobbling * Fix error messages * Fix bug in IMDB lookup when runtime is missing * Fix filter order with annotations for top tracks and artists * Fix error in completion percentage issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d239f8..ba0d638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.6.1" +version = "0.6.2" description = "" authors = ["Colin Powell "]