Skip to content

Commit f1cce50

Browse files
authored
Merge pull request kivy#2283 from obfusk/update-six
update six to 1.15.0
2 parents 1da83ae + ef6fff0 commit f1cce50

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
@@ -2,7 +2,7 @@
22

33

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

0 commit comments

Comments
 (0)