forked from LBRYCommunity/lbry-sdk
4 lines
82 B
Python
4 lines
82 B
Python
__name__ = "lbry"
|
|
__version__ = "0.38.5"
|
|
version = tuple(__version__.split('.'))
|
|
|