From 634df2ffafdfa00b6caf981108d333e30bf160f8 Mon Sep 17 00:00:00 2001 From: krateng Date: Tue, 29 Mar 2022 04:34:40 +0200 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e9a39b..4e09dec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "2.14.6" +version = "2.14.7" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6"