From 6d21bb2e850f36c72e3f761bf40cd4e330aa98fc Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 3 Mar 2023 02:41:47 -0500 Subject: [PATCH] Bump version to 0.11.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e965de..1797c89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.11.8" +version = "0.11.9" description = "" authors = ["Colin Powell "]