mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
4 lines
88 B
Python
4 lines
88 B
Python
__name__ = "lbrynet"
|
|
__version__ = "0.38.0rc7"
|
|
version = tuple(__version__.split('.'))
|
|
|