From abf6c0df17f218185a05a6608e9382a8654b63a3 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sat, 25 Oct 2014 20:37:22 -0700 Subject: [PATCH] Release 0.6.0. --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 51f6520..40ebade 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.5.2', + version='0.6.0', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to ' diff --git a/tox.ini b/tox.ini index 49dc05b..da48eb1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27 +envlist = py26, py27, py33 downloadcache = {toxworkdir}/_download/ [testenv]