mirror of
https://github.com/krateng/maloja.git
synced 2025-04-18 17:47:37 +03:00
Version bump
This commit is contained in:
parent
9e7bbb6c20
commit
df996f7cb6
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,7 +7,7 @@
|
|||||||
/*.yml
|
/*.yml
|
||||||
/pylintrc
|
/pylintrc
|
||||||
.venv/*
|
.venv/*
|
||||||
/testdata
|
/testdata*
|
||||||
|
|
||||||
# build
|
# build
|
||||||
/dist
|
/dist
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# you know what f*ck it
|
# you know what f*ck it
|
||||||
# this is hardcoded for now because of that damn project / package name discrepancy
|
# this is hardcoded for now because of that damn project / package name discrepancy
|
||||||
# i'll fix it one day
|
# i'll fix it one day
|
||||||
VERSION = "3.0.0-beta.1"
|
VERSION = "3.0.0-beta.2"
|
||||||
HOMEPAGE = "https://github.com/krateng/maloja"
|
HOMEPAGE = "https://github.com/krateng/maloja"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "malojaserver"
|
name = "malojaserver"
|
||||||
version = "3.0.0-beta.1"
|
version = "3.0.0-beta.2"
|
||||||
description = "Self-hosted music scrobble database"
|
description = "Self-hosted music scrobble database"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user