Fix version in __init__.py to match setup.py

This commit is contained in:
David Arthur
2014-02-25 10:46:28 -05:00
parent 8811298744
commit e5fdc1c7b2

View File

@@ -1,5 +1,5 @@
__title__ = 'kafka'
__version__ = '0.2-alpha'
__version__ = '0.9.0'
__author__ = 'David Arthur'
__license__ = 'Apache License 2.0'
__copyright__ = 'Copyright 2012, David Arthur under Apache License, v2.0'