From b6297781fa98b8057622d2c693daa1886743fd57 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Mon, 20 Jun 2016 20:42:00 -0700 Subject: [PATCH] Release 0.9; Add support for Account Service; fixes for Python 3.x. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8efd412..65db6d4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.8.3', + version='0.9', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '