Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed Jun 30, 2015
1 parent 30df3b9 commit 0ec6f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
logging.getLogger('boto').setLevel(logging.CRITICAL)

__title__ = 'moto'
__version__ = '0.4.3'
__version__ = '0.4.4'

from .autoscaling import mock_autoscaling # flake8: noqa
from .cloudformation import mock_cloudformation # flake8: noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='moto',
version='0.4.3',
version='0.4.4',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',
Expand Down

0 comments on commit 0ec6f87

Please sign in to comment.