mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-28 07:51:33 +00:00
2 lines
105 B
Python
2 lines
105 B
Python
__version__ = "0.58.0"
|
|
version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name
|