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