8000 Updated version to 0.5 · lineCode/python-for-android@764e666 · GitHub
[go: up one dir, main page]

Skip to content

Commit 764e666

Browse files
committed
Updated version to 0.5
1 parent de3d353 commit 764e666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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'

setup.py

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

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

0 commit comments

Comments
 (0)
0