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