Files
Sven Riwoldt c7bc862c6f asm
2024-04-01 20:30:24 +02:00

13 lines
401 B
Python

#
# -----------------------------------------------------------------------------
# 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 = (2, 5, 1)
__version__ = '.'.join(map(str, VERSION_INFO))