hub/hub/herald/__init__.py
2022-05-18 10:56:09 -04:00

3 lines
86 B
Python

HUB_PROTOCOL_VERSION = "0.107.0"
PROTOCOL_MIN = (0, 54, 0)
PROTOCOL_MAX = (0, 199, 0)