Added content to README and LICENSE, changed version to 0.1.0

This commit is contained in:
Frederick Gnodtke 2016-09-20 07:55:52 +02:00
parent 50716b982f
commit 0eb8795263
4 changed files with 62 additions and 5 deletions

View file

@ -4,7 +4,7 @@ import os
from mopidy import ext, config
__version__ = '0.0.0'
__version__ = '0.1.0'
class SubidyExtension(ext.Extension):