From d5bf6440b0fee4e8c8d8bbf47a88bd33bdc3527f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 26 Feb 2023 02:00:37 -0500 Subject: [PATCH] Bump version to 0.11.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a92d09..7f3d6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.10.2" +version = "0.11.0" description = "" authors = ["Colin Powell "]