1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00
trezor-firmware/trezorlib/__init__.py
matejcik d4bcabc224 trezorlib: set minimum firmware for TT to 2.0.10
even though it's not required now, it will be in ~2 weeks
2018-12-06 16:10:56 +01:00

9 lines
117 B
Python

__version__ = "0.11.0"
# fmt: off
MINIMUM_FIRMWARE_VERSION = {
"1": (1, 6, 1),
"T": (2, 0, 10),
}
# fmt: on