diff --git a/README.md b/README.md index e795a23..d132279 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 6c37b4f..3e260fa 100644 --- a/maloja/__pkginfo__.py +++ b/maloja/__pkginfo__.py @@ -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",