1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-29 03:12:34 +00:00
trezor-firmware/python/src/trezorlib/__init__.py
2019-12-30 13:03:36 +01:00

9 lines
116 B
Python

__version__ = "0.11.6"
# fmt: off
MINIMUM_FIRMWARE_VERSION = {
"1": (1, 8, 0),
"T": (2, 1, 0),
}
# fmt: on