From ccbb3d3a807fd77a1481f9d44f311c7f8df659c7 Mon Sep 17 00:00:00 2001 From: krateng Date: Sat, 1 Jan 2022 06:48:49 +0100 Subject: [PATCH] Version bump --- maloja/__pkginfo__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 9b115dc..9bfb1d5 100644 --- a/maloja/__pkginfo__.py +++ b/maloja/__pkginfo__.py @@ -4,7 +4,7 @@ # you know what f*ck it # this is hardcoded for now because of that damn project / package name discrepancy # i'll fix it one day -VERSION = "2.14.5" +VERSION = "2.14.6" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index 5a22d78..0e9a39b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "2.14.5" +version = "2.14.6" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6"