mirror of https://github.com/kivy/pyjnius.git
bump to 1.2.2-dev0
This commit is contained in:
parent
a6102a3692
commit
e685086aba
|
@ -7,7 +7,7 @@ Accessing Java classes from Python.
|
|||
All the documentation is available at: http://pyjnius.readthedocs.org
|
||||
'''
|
||||
|
||||
__version__ = '1.2.1'
|
||||
__version__ = '1.2.2-dev0'
|
||||
|
||||
from .env import get_jnius_lib_location, get_jdk_home
|
||||
|
||||
|
|
Loading…
Reference in New Issue