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

4 lines
89 B
Python
Raw Normal View History

# need this to avoid circular import
PROTOCOL_MIN = (0, 54, 0)
PROTOCOL_MAX = (0, 99, 0)