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