From b11338b1ab8123303ed5c1a35552177ac58efde8 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 18 Jan 2014 01:02:36 +0100 Subject: [PATCH] Bump version to 0.18.0 --- mopidy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/__init__.py b/mopidy/__init__.py index 9f9ce100..623e202e 100644 --- a/mopidy/__init__.py +++ b/mopidy/__init__.py @@ -21,4 +21,4 @@ if (isinstance(pykka.__version__, basestring) warnings.filterwarnings('ignore', 'could not open display') -__version__ = '0.18.0a1' +__version__ = '0.18.0'