Skip to content

Commit abf6c0d

Browse files
author
Adam Coddington
committed
Release 0.6.0.
1 parent 77b17f0 commit abf6c0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pyicloud',
10-
version='0.5.2',
10+
version='0.6.0',
1111
url='https://github.com/picklepete/pyicloud',
1212
description=(
1313
'PyiCloud is a module which allows pythonistas to '

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27
2+
envlist = py26, py27, py33
33
downloadcache = {toxworkdir}/_download/
44

55
[testenv]

0 commit comments

Comments
 (0)