Bump to 1.2.1.dev0

This commit is contained in:
Peter Badida 2019-02-04 10:58:50 +01:00 committed by GitHub
parent 8f3b16e23b
commit 5f6aa738b2
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.2.0'
__version__ = '1.2.1.dev0'
from .jnius import * # noqa
from .reflect import * # noqa