From f9c63fd186fe78089f5610085274efe14ea39eb6 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 20 Aug 2012 18:47:44 +0200 Subject: [PATCH] set version to 1.0 --- jnius/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jnius/__init__.py b/jnius/__init__.py index dfdb719..d22444c 100644 --- a/jnius/__init__.py +++ b/jnius/__init__.py @@ -1,2 +1,13 @@ +''' +Pyjnius +======= + +Accessing Java classes from Python. + +All the documentation is available at: http://pyjnius.readthedocs.org +''' + +__version__ = '1.0' + from .jnius import * from .reflect import *