Răsfoiți Sursa

version changed

Ander 11 ani în urmă
părinte
comite
c3bb4d9477
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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.3.0'
+__version__ = '0.3.1'
 
 # TODO: If you need to log, use loggers named after the current Python module
 logger = logging.getLogger(__name__)