13 lines
182 B
Python
13 lines
182 B
Python
|
# from springmagic.main import main
|
||
|
|
||
|
__version__ = "3.5a"
|
||
|
|
||
|
|
||
|
def version():
|
||
|
"""
|
||
|
Return the current version of the Spring Magic
|
||
|
|
||
|
:rtype: str
|
||
|
"""
|
||
|
return __version__
|