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