prepare for 1.3.3 release

This commit is contained in:
Ray Holder 2014-12-14 19:07:01 -06:00
parent 650688df3c
commit 3659c70b1f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ with open('requirements.txt') as file_requirements:
settings.update(
name='retrying',
version='1.3.2',
version='1.3.3',
description='Retrying',
long_description=readme + '\n\n' + history,
author='Ray Holder',