Version promotion due to distutils duplicate

This commit is contained in:
James Barnsley
2017-07-28 10:27:24 +12:00
parent 538316aff2
commit ec2618ec27
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
from core import IrisCore
logger = logging.getLogger(__name__)
__version__ = '3.1.0'
__version__ = '3.1.1'
##
# Core extension class

View File

@ -1,6 +1,6 @@
{
"name": "mopidy-iris",
"version": "2.10.17",
"version": "3.1.1",
"description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <james@barnsley.nz>",