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