bumping version to 1.2.0

This commit is contained in:
Jack Danger 2018-01-10 15:04:32 -08:00
commit 24fee6726a
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ else:
setup(
name='moto',
version='1.1.25',
version='1.2.0',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',