mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
2 lines
106 B
Python
2 lines
106 B
Python
__version__ = "0.101.3"
|
|
version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name
|