Version number changed

This commit is contained in:
Ander
2015-01-08 23:59:08 +01:00
parent 8ab92106da
commit bd854bf142

View File

@@ -7,7 +7,7 @@ from mopidy import config, ext
from .touch_screen import TouchScreen
__version__ = '0.2.2'
__version__ = '0.3.0'
# TODO: If you need to log, use loggers named after the current Python module
logger = logging.getLogger(__name__)