Update the manual version
1 files changed, 1 insertions(+), 1 deletions(-)

M mopidy_multisonic/__init__.py
M mopidy_multisonic/__init__.py +1 -1
@@ 3,7 3,7 @@ import pathlib
 
 from mopidy import config, ext
 
-__version__ = '0.2.0'
+__version__ = '0.3.0'
 
 # TODO: If you need to log, use loggers named after the current Python module
 logger = logging.getLogger(__name__)