From d56995cb0f100adf700ddf0bc0740c5d2afcbc59 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Mon, 25 Aug 2014 23:13:26 -0700 Subject: [PATCH] Release 0.5.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9adc78..1c1af4e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.5.0', + version='0.5.1', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '