From 2e988504942fceda11e747d857eb54e3c4a1c5da Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 20 Feb 2023 02:06:53 -0500 Subject: [PATCH] Bump version to 0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 164ae59..81d025b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.9.3" +version = "0.10.0" description = "" authors = ["Colin Powell "]