# -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- # Copyright (c) Spyder Project Contributors # # Licensed under the terms of the MIT License # (see LICENSE.txt for details) # ---------------------------------------------------------------------------- """Spyder extensions for the python-language-server.""" VERSION_INFO = (0, 4, 0) __version__ = '.'.join(map(str, VERSION_INFO))