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