From f31c95228eb2dc01e661be928ffd881c063377da Mon Sep 17 00:00:00 2001 From: krateng Date: Tue, 12 Apr 2022 16:03:47 +0200 Subject: [PATCH] Ride now, ride now! Ride to Gondor! --- 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 d7ba9e6..f772f7e 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 = "3.0.0-beta.6" +VERSION = "3.0.0" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index a7ad1a6..d9f2fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.0.0-beta.6" +version = "3.0.0" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6"