Release 0.6.0.

This commit is contained in:
Adam Coddington 2014-10-25 20:37:22 -07:00
parent 77b17f091c
commit abf6c0df17
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ with open('requirements.txt') as f:
setup( setup(
name='pyicloud', name='pyicloud',
version='0.5.2', version='0.6.0',
url='https://github.com/picklepete/pyicloud', url='https://github.com/picklepete/pyicloud',
description=( description=(
'PyiCloud is a module which allows pythonistas to ' 'PyiCloud is a module which allows pythonistas to '

View file

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py26, py27 envlist = py26, py27, py33
downloadcache = {toxworkdir}/_download/ downloadcache = {toxworkdir}/_download/
[testenv] [testenv]