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