mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-27 15:31:29 +00:00
4 lines
85 B
Python
4 lines
85 B
Python
__name__ = "lbrynet"
|
|
__version__ = "0.32.3"
|
|
version = tuple(__version__.split('.'))
|
|
|