Skip to content

Commit e5fdc1c

Browse files
committed
Fix version in __init__.py to match setup.py
1 parent 8811298 commit e5fdc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'kafka'
2-
__version__ = '0.2-alpha'
2+
__version__ = '0.9.0'
33
__author__ = 'David Arthur'
44
__license__ = 'Apache License 2.0'
55
__copyright__ = 'Copyright 2012, David Arthur under Apache License, v2.0'

0 commit comments

Comments
 (0)