diff --git a/IRIS_VERSION b/IRIS_VERSION index 2be21eeac..5e64c6ce3 100755 --- a/IRIS_VERSION +++ b/IRIS_VERSION @@ -1 +1 @@ -3.66.0 +3.66.1 diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 3a428aa6f..162349a36 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -3,7 +3,7 @@ from mopidy import config, ext -__version__ = "3.66.0" +__version__ = "3.66.1" logger = logging.getLogger(__name__) diff --git a/package.json b/package.json index c4dc9e113..19cecac92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.66.0", + "version": "3.66.1", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", diff --git a/setup.cfg b/setup.cfg index da2de3449..dfc9e9cd5 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Iris -version = 3.66.0 +version = 3.66.1 url = https://github.com/jaedb/iris author = James Barnsley author_email = james@barnsley.nz