Skip to content

Commit 4dffccf

Browse files
committed
Buildout and version bump 3.69.3
1 parent d8eedcb commit 4dffccf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

IRIS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.69.2
1+
3.69.3

mopidy_iris/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from mopidy import config, ext
55

6-
__version__ = "3.69.2"
6+
__version__ = "3.69.3"
77

88
logger = logging.getLogger(__name__)
99

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mopidy-iris",
3-
"version": "3.69.2",
3+
"version": "3.69.3",
44
"description": "Mopidy HTTP interface",
55
"repository": "https://github.com/jaedb/iris",
66
"author": "James Barnsley <[email protected]>",

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Mopidy-Iris
3-
version = 3.69.2
3+
version = 3.69.3
44
url = https://github.com/jaedb/iris
55
author = James Barnsley
66
author_email = [email protected]

0 commit comments

Comments
 (0)