Including the in-source version number

This commit is contained in:
Jack Danger 2017-12-27 11:08:09 -08:00
commit 681726b826
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import logging
# logging.getLogger('boto').setLevel(logging.CRITICAL)
__title__ = 'moto'
__version__ = '1.0.1'
__version__ = '1.2.0',
from .acm import mock_acm # flake8: noqa
from .apigateway import mock_apigateway, mock_apigateway_deprecated # flake8: noqa