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