Skip to content

Commit 4fec0ed

Browse files
committed
Merge branch 'master' of github.com:kivy/python-for-android
2 parents bed95d3 + 92ee1a8 commit 4fec0ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pythonforandroid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.4'
2+
__version__ = '0.5'

pythonforandroid/recipes/kivy/__init__.py

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

77

88
class KivyRecipe(CythonRecipe):
9-
version = 'master'
9+
version = '1.10.0'
1010
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1111
name = 'kivy'
1212

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def recursively_include(results, directory, patterns):
5454
['liblink', 'biglink', 'liblink.sh'])
5555

5656
setup(name='python-for-android',
57-
version='0.4',
57+
version='0.5',
5858
description='Android APK packager for Python scripts and apps',
5959
author='The Kivy team',
6060
author_email='kivy-dev@googlegroups.com',

0 commit comments

Comments
 (0)