From 5e7c8ff137c6aa846c6a7769f746e6b1cf33b0bb Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 7 Feb 2023 00:52:11 -0500 Subject: [PATCH] Bump version to 0.8.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b16ad1..592d2fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.8.3" +version = "0.8.4" description = "" authors = ["Colin Powell "]