#
# -----------------------------------------------------------------------------
# Copyright (c) 2009- Spyder Kernels Contributors
#
# Licensed under the terms of the MIT License
# (see spyder_kernels/__init__.py for details)
# -----------------------------------------------------------------------------

"""Version File."""

VERSION_INFO = (3, 0, 2)
__version__ = '.'.join(map(str, VERSION_INFO))
