From 3d9ae0275a9760bbea5478db3f3f95414a9c6ddc Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Mon, 22 Oct 2018 21:35:54 +0200 Subject: [PATCH] Bump to 1.1.3 --- jnius/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jnius/__init__.py b/jnius/__init__.py index c5f1dde..56028b7 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.1.2-dev' +__version__ = '1.1.3' from .jnius import * # noqa from .reflect import * # noqa