Bump to 1.1.1

This commit is contained in:
Mathieu Virbel 2017-03-24 01:38:54 +01:00
parent c7a6cbf6b1
commit a7e791aa26
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Accessing Java classes from Python.
All the documentation is available at: http://pyjnius.readthedocs.org
'''
__version__ = '1.1.1-dev'
__version__ = '1.1.1'
from .jnius import * # noqa
from .reflect import * # noqa