4 lines
92 B
Python
4 lines
92 B
Python
__name__ = "lbry"
|
|
__version__ = "0.51.2"
|
|
version = tuple(map(int, __version__.split('.')))
|
|
|