eive-tmtc/config/version.py

7 lines
97 B
Python
Raw Normal View History

2021-03-19 17:39:52 +01:00
SW_NAME = "eive"
VERSION_MAJOR = 1
2021-08-09 15:49:07 +02:00
VERSION_MINOR = 8
VERSION_SUBMINOR = 0
2021-08-09 15:49:07 +02:00
__version__ = "1.8.0"