From 24c3f5b4d8e8c84022a64d2dec7e492292860a70 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 29 Jan 2023 14:41:05 -0500 Subject: [PATCH] Bump version to 0.7.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d06f63a..7fb518a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.7.2" +version = "0.7.3" description = "" authors = ["Colin Powell "]