Skip to content

Commit 24037dc

Browse files
committed
Updated version number to 2020.03.30
1 parent c47f697 commit 24037dc

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 +1 @@
1-
__version__ = '2019.10.06.post0'
1+
__version__ = '2020.03.30'

testapps/setup_testapp_python3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33
from setuptools import find_packages
44

5-
options = {'apk': {'requirements': 'sdl2,numpy,pyjnius,kivy,python3',
5+
options = {'apk': {'requirements': 'sdl2,numpy,pyjnius,kivy,python3,hostpython3',
66
'blacklist-requirements': 'openssl,sqlite3',
77
'android-api': 27,
88
'ndk-api': 21,

0 commit comments

Comments
 (0)