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
2022-04-06 11:44:40 +02:00
VERSION_MINOR = 9
2021-08-09 15:49:07 +02:00
VERSION_SUBMINOR = 0
2022-04-06 11:44:40 +02:00
__version__ = "1.9.0"