diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index f772f7e..079717b 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" +VERSION = "3.0.1" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index d9f2fb4..5b70214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.0.0" +version = "3.0.1" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6"