Add version to moto.__init__ Closes #353.
This commit is contained in:
parent
0195e04053
commit
8fa80b87e2
@ -2,6 +2,9 @@ from __future__ import unicode_literals
|
||||
import logging
|
||||
logging.getLogger('boto').setLevel(logging.CRITICAL)
|
||||
|
||||
__title__ = 'moto'
|
||||
__version__ = '0.4.2'
|
||||
|
||||
from .autoscaling import mock_autoscaling # flake8: noqa
|
||||
from .cloudformation import mock_cloudformation # flake8: noqa
|
||||
from .cloudwatch import mock_cloudwatch # flake8: noqa
|
||||
|
Loading…
Reference in New Issue
Block a user