Correct __version__ in init

This commit is contained in:
Mark Roberts
2014-02-24 23:08:03 -08:00
parent cc96e5c89a
commit 6850128618

View File

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