From ab728de75fa30964d4e33744c7f542fcde53c996 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 23 Feb 2023 11:24:33 -0500 Subject: [PATCH] Bump version to 0.10.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 140c865..3a92d09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.10.1" +version = "0.10.2" description = "" authors = ["Colin Powell "]