asm
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# -----------------------------------------------------------------------------
|
||||
# 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))
|
||||
Reference in New Issue
Block a user