diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 1ea46856..e190cb70 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler from core import IrisCore logger = logging.getLogger(__name__) -__version__ = '2.13.0' +__version__ = '2.13.1' ## # Core extension class @@ -73,4 +73,4 @@ def iris_factory(config, core): 'path': path, 'default_filename': 'index.html' }), - ] \ No newline at end of file + ]