mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
Version bump
This commit is contained in:
parent
6f26493c11
commit
37b1602461
@ -4,7 +4,7 @@ _Supysonic_ is a Python implementation of the [Subsonic][] server API.
|
|||||||
|
|
||||||
[![Build Status](https://travis-ci.org/spl0k/supysonic.svg?branch=master)](https://travis-ci.org/spl0k/supysonic)
|
[![Build Status](https://travis-ci.org/spl0k/supysonic.svg?branch=master)](https://travis-ci.org/spl0k/supysonic)
|
||||||
[![codecov](https://codecov.io/gh/spl0k/supysonic/branch/master/graph/badge.svg)](https://codecov.io/gh/spl0k/supysonic)
|
[![codecov](https://codecov.io/gh/spl0k/supysonic/branch/master/graph/badge.svg)](https://codecov.io/gh/spl0k/supysonic)
|
||||||
![Python](https://img.shields.io/badge/python-3.5%2C%203.6%2C%203.7-blue.svg)
|
![Python](https://img.shields.io/badge/python-3.5%2C%203.6%2C%203.7%2C%203.8-blue.svg)
|
||||||
|
|
||||||
Current supported features are:
|
Current supported features are:
|
||||||
* browsing (by folders or tags)
|
* browsing (by folders or tags)
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# Distributed under terms of the GNU AGPLv3 license.
|
# Distributed under terms of the GNU AGPLv3 license.
|
||||||
|
|
||||||
NAME = "supysonic"
|
NAME = "supysonic"
|
||||||
VERSION = "0.4.2"
|
VERSION = "0.5.0"
|
||||||
DESCRIPTION = "Python implementation of the Subsonic server API."
|
DESCRIPTION = "Python implementation of the Subsonic server API."
|
||||||
KEYWORDS = "subsonic music api"
|
KEYWORDS = "subsonic music api"
|
||||||
AUTHOR_NAME = "Alban Féron"
|
AUTHOR_NAME = "Alban Féron"
|
||||||
|
Loading…
Reference in New Issue
Block a user