forked from LBRYCommunity/lbry-sdk
4 lines
88 B
Python
4 lines
88 B
Python
__name__ = "lbrynet"
|
|
__version__ = "0.32.2rc1"
|
|
version = tuple(__version__.split('.'))
|
|
|