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
|
||||
from version import __version__
|
||||
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
||||
|
||||
__version__ = (0, 2, 0)
|
Loading…
Reference in a new issue