Bump to 1.1.3

This commit is contained in:
Peter Badida 2018-10-22 21:35:54 +02:00 committed by GitHub
parent 9178018709
commit 3d9ae0275a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2-dev'
__version__ = '1.1.3'
from .jnius import * # noqa
from .reflect import * # noqa