From c1e1160db3c315a112594fc6aa88daeb3709275f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 12 Jan 2023 23:39:11 -0500 Subject: [PATCH] Bump version to 0.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a83c18..31b2f29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.4.1" +version = "0.4.2" description = "" authors = ["Colin Powell "]