bump to 1.2.2-dev0

This commit is contained in:
Gabriel Pettier 2019-12-05 23:57:49 +01:00
parent a6102a3692
commit e685086aba
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.1'
__version__ = '1.2.2-dev0'
from .env import get_jnius_lib_location, get_jdk_home