From 3c3e56757378cb9ea0e129d659c4ab2c646b2511 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 2 Mar 2023 16:11:48 -0500 Subject: [PATCH] Bump version to 0.11.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 430745f..a36769d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.11.5" +version = "0.11.6" description = "" authors = ["Colin Powell "]