set version to 1.0

This commit is contained in:
Mathieu Virbel 2012-08-20 18:47:44 +02:00
parent 61855a4f12
commit f9c63fd186
1 changed files with 11 additions and 0 deletions

View File

@ -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 .jnius import *
from .reflect import * from .reflect import *