From 5f6aa738b2b7ae496ec43bfadbf9933ee640bb7b Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Mon, 4 Feb 2019 10:58:50 +0100 Subject: [PATCH] Bump to 1.2.1.dev0 --- jnius/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jnius/__init__.py b/jnius/__init__.py index eda62a4..4a91101 100644 --- a/jnius/__init__.py +++ b/jnius/__init__.py @@ -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