mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-31 09:21:29 +00:00
4 lines
82 B
Python
4 lines
82 B
Python
__name__ = "lbry"
|
|
__version__ = "0.51.1"
|
|
version = tuple(__version__.split('.'))
|
|
|