mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-02 18:25:14 +00:00
4 lines
82 B
Python
4 lines
82 B
Python
__name__ = "lbry"
|
|
__version__ = "0.38.1"
|
|
version = tuple(__version__.split('.'))
|
|
|