diff --git a/jnius/__init__.py b/jnius/__init__.py index 819a7ff..829c9f4 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-dev' +__version__ = '1.1.0' from .jnius import * # noqa from .reflect import * # noqa