From eae169aff7e301072cd5185051039801fc4ef7a0 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 8 Sep 2024 00:53:19 -0400 Subject: [PATCH] [version] Bump to version 0.15.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f85c18..5562dd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.15.2" +version = "0.15.3" description = "" authors = ["Colin Powell "]