From 81b173fbf8edbfd237a01adbb283d0af2bd790bd Mon Sep 17 00:00:00 2001 From: Ander <9and3r@gmail.com> Date: Fri, 9 Jan 2015 01:12:33 +0100 Subject: [PATCH] Version --- mopidy_touchscreen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy_touchscreen/__init__.py b/mopidy_touchscreen/__init__.py index 89d4b9c..0f038d0 100644 --- a/mopidy_touchscreen/__init__.py +++ b/mopidy_touchscreen/__init__.py @@ -7,7 +7,7 @@ from mopidy import config, ext from .touch_screen import TouchScreen -__version__ = '0.3.1' +__version__ = '0.3.2' # TODO: If you need to log, use loggers named after the current Python module logger = logging.getLogger(__name__)