2016-09-15 12:19:49 -04:00
|
|
|
import logging
|
|
|
|
|
2017-03-07 16:03:19 -05:00
|
|
|
__version__ = "0.9.0rc14"
|
2016-09-15 12:19:49 -04:00
|
|
|
version = tuple(__version__.split('.'))
|
2016-10-27 10:49:28 -05:00
|
|
|
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|