mirror of https://github.com/kivy/pyjnius.git
Merge pull request #360 from kivy/KeyWeeUsr-patch-1
Bump to new dev version
This commit is contained in:
commit
fdd7e00a4b
|
@ -7,7 +7,7 @@ Accessing Java classes from Python.
|
|||
All the documentation is available at: http://pyjnius.readthedocs.org
|
||||
'''
|
||||
|
||||
__version__ = '1.1.3'
|
||||
__version__ = '1.1.4.dev0'
|
||||
|
||||
from .jnius import * # noqa
|
||||
from .reflect import * # noqa
|
||||
|
|
Loading…
Reference in New Issue