Revert version bump

This commit is contained in:
Declan Shanaghy 2017-06-20 12:03:50 -07:00
parent db20dfcd82
commit f2d64e8639

View File

@ -24,7 +24,7 @@ extras_require = {
setup(
name='moto',
version='1.0.1.2',
version='1.0.1',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',