4 lines
85 B
Python
4 lines
85 B
Python
__name__ = "lbrynet"
|
|
__version__ = "0.31.0"
|
|
version = tuple(__version__.split('.'))
|
|
|