From df996f7cb6b33528a14073f79369328d7792589b Mon Sep 17 00:00:00 2001 From: krateng Date: Fri, 8 Apr 2022 17:43:17 +0200 Subject: [PATCH] Version bump --- .gitignore | 2 +- maloja/__pkginfo__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index afc60ed..b18c60e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ /*.yml /pylintrc .venv/* -/testdata +/testdata* # build /dist diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index a0a9836..7b92b59 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.1" +VERSION = "3.0.0-beta.2" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index 8cb44ab..85c4920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.0.0-beta.1" +version = "3.0.0-beta.2" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6"