From 2c73c81434e1a591685a4b1d267a9eb6dbd57174 Mon Sep 17 00:00:00 2001 From: krateng Date: Thu, 7 Apr 2022 17:48:05 +0200 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76e802b..effd0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "2.14.8" +version = "2.14.9" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6"