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