From 0e4501cad3f3392911b0e5274af6b7e1957abb8e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 8 Feb 2023 20:01:09 -0500 Subject: [PATCH] Bump version to 0.8.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 666020e..94f10c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.8.5" +version = "0.8.6" description = "" authors = ["Colin Powell "]