4 lines
82 B
Python
4 lines
82 B
Python
__name__ = "lbry"
|
|
__version__ = "0.49.0"
|
|
version = tuple(__version__.split('.'))
|
|
|