From f30c051272f76fd7040fd1783240fe63e2d4a5f6 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sat, 10 Jan 2015 11:22:16 -0800 Subject: [PATCH] Release 0.6.1; adds functionality for fetching all devices associated with family; thanks @simonellistonball. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40ebade..22d6e8d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.6.0', + version='0.6.1', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '