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