Merge branch 'versioning' into development
This commit is contained in:
commit
a096d0db37
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…
Reference in a new issue