Updating build_tools version syntax

This commit is contained in:
James Barnsley
2020-02-14 11:38:57 +13:00
parent cf63b21f02
commit 80e6d38f5d
4 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext
__version__ = "3.44.0"
__version__ = '3.44.2'
logger = logging.getLogger(__name__)