mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-30 08:51:27 +00:00
put the actual version in __init__.py
This commit is contained in:
parent
df5b889f7d
commit
e4a30c052e
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
import logging
|
import logging
|
||||||
from version import __version__
|
|
||||||
|
|
||||||
|
|
||||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||||
|
|
||||||
|
|
||||||
|
__version__ = (0, 2, 0)
|
Loading…
Add table
Reference in a new issue