Version bump

This commit is contained in:
Krateng 2020-09-04 14:13:26 +02:00
parent 9d3ffae45c
commit 8b4e9609e9
No known key found for this signature in database
GPG Key ID: 46735607861C6FCE
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Maloja
[![](https://img.shields.io/pypi/v/malojaserver?style=for-the-badge)](https://pypi.org/project/malojaserver/)
[![](https://img.shields.io/pypi/dm/malojaserver?style=for-the-badge)](https://pypi.org/project/malojaserver/)
[![](https://img.shields.io/github/stars/krateng/maloja?style=for-the-badge&color=purple)](https://github.com/krateng/maloja/stargazers)
[![](https://img.shields.io/pypi/l/malojaserver?style=for-the-badge)](https://github.com/krateng/maloja/blob/master/LICENSE)
[![](https://img.shields.io/codeclimate/maintainability/krateng/maloja?style=for-the-badge)](https://codeclimate.com/github/krateng/maloja)
Simple self-hosted music scrobble database to create personal listening statistics. No recommendations, no social network, no nonsense.

View File

@ -5,7 +5,7 @@ author = {
"email":"maloja@krateng.dev",
"github": "krateng"
}
version = 2,8,5
version = 2,9,0
versionstr = ".".join(str(n) for n in version)
links = {
"pypi":"malojaserver",