lbry-sdk/lbry/wallet/server/version.py

4 lines
90 B
Python
Raw Normal View History

# need this to avoid circular import
PROTOCOL_MIN = (0, 54, 0)
2021-06-22 18:50:11 +02:00
PROTOCOL_MAX = (0, 199, 0)