4 lines
78 B
Python
4 lines
78 B
Python
"""Version information"""
|
|
|
|
__version__ = "2.5.4"
|
|
__version_info__ = (2, 5, 4)
|