Learning-Management-System/lms/__init__.py
Ahmed Nagi e58c9c1f71 Update
2025-01-10 19:54:55 +02:00

5 lines
148 B
Python

__version__ = "0.1.0"
__version_info__ = tuple(
int(num) if num.isdigit() else num
for num in __version__.replace("-", ".", 1).split(".")
)