mirror of
https://github.com/mohitmishra786/amILearningEnough.git
synced 2026-07-17 20:02:11 -05:00
7 lines
79 B
Python
7 lines
79 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "3.4.0"
|
|
VERSION = __version__.split(".")
|