From 2986793345ed6e9fbc4ac4f08307acb37b830d72 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Tue, 26 Aug 2014 23:52:54 -0700 Subject: [PATCH] Release 0.5.2; only for updating PyPI record. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c1af4e..51f6520 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.5.1', + version='0.5.2', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '