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