Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Mar 2, 2017
1 parent a5773c6 commit a7c5d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mopidy_iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from core import IrisCore

logger = logging.getLogger(__name__)
__version__ = '2.13.0'
__version__ = '2.13.1'

##
# Core extension class
Expand Down Expand Up @@ -73,4 +73,4 @@ def iris_factory(config, core):
'path': path,
'default_filename': 'index.html'
}),
]
]

0 comments on commit a7c5d41

Please sign in to comment.