mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
7 lines
79 B
Python
7 lines
79 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "2.0.4"
|
|
VERSION = __version__.split('.')
|