Skip to content

Commit b5a60fc

Browse files
committed
Updated six version
1 parent 61e092c commit b5a60fc

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.9.0'
6+
version = '1.10.0'
77
url = 'https://pypi.python.org/packages/source/s/six/six-{version}.tar.gz'
88
depends = [('python2', 'python2legacy', 'python3', 'python3crystax')]
99
# this recipe seems to control the dependency graph in some way, because

0 commit comments

Comments
 (0)