mirror of https://github.com/kivy/pyjnius.git
set version to 1.0
This commit is contained in:
parent
61855a4f12
commit
f9c63fd186
|
@ -1,2 +1,13 @@
|
||||||
|
'''
|
||||||
|
Pyjnius
|
||||||
|
=======
|
||||||
|
|
||||||
|
Accessing Java classes from Python.
|
||||||
|
|
||||||
|
All the documentation is available at: http://pyjnius.readthedocs.org
|
||||||
|
'''
|
||||||
|
|
||||||
|
__version__ = '1.0'
|
||||||
|
|
||||||
from .jnius import *
|
from .jnius import *
|
||||||
from .reflect import *
|
from .reflect import *
|
||||||
|
|
Loading…
Reference in New Issue