Explorar el Código

Version number changed

Ander hace 11 años
padre
commit
bd854bf142
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mopidy_touchscreen/__init__.py

+ 1 - 1
mopidy_touchscreen/__init__.py

@@ -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__)