Skip to content

Commit ad3f82e

Browse files
committed
Update six recipe to 1.11.0
1 parent 3369cba commit ad3f82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/six/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
class SixRecipe(PythonRecipe):
6-
version = '1.10.0'
6+
version = '1.11.0'
77
url = 'https://pypi.python.org/packages/source/s/six/six-{version}.tar.gz'
88
depends = ['setuptools']
99

0 commit comments

Comments
 (0)