mirror of https://github.com/kivy/pyjnius.git
Bump to 1.1.2-dev
This commit is contained in:
parent
a7e791aa26
commit
f40123a9b8
|
@ -7,7 +7,7 @@ Accessing Java classes from Python.
|
||||||
All the documentation is available at: http://pyjnius.readthedocs.org
|
All the documentation is available at: http://pyjnius.readthedocs.org
|
||||||
'''
|
'''
|
||||||
|
|
||||||
__version__ = '1.1.1'
|
__version__ = '1.1.2-dev'
|
||||||
|
|
||||||
from .jnius import * # noqa
|
from .jnius import * # noqa
|
||||||
from .reflect import * # noqa
|
from .reflect import * # noqa
|
||||||
|
|
Loading…
Reference in New Issue