From b0d3985a5022f2755becc01db7091d7e74f12467 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 17 May 2015 23:16:36 -0700 Subject: [PATCH] Release 0.7; adds functionality allowing us to store log-in cookies between sessions. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ceeeccf..a9814aa 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.6.2', + version='0.7.0', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '