summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Roberts <markroberts@kixeye.com>2014-02-24 23:08:03 -0800
committerMark Roberts <markroberts@kixeye.com>2014-02-24 23:08:03 -0800
commit685012861893b104f8cdce159297ee9e8d849c0e (patch)
tree7947892e278b9a8fd5ba3ba7f2b9acf93b9176c7
parentcc96e5c89aa65427cb0851e21a47cffa675987dc (diff)
downloadkafka-python-685012861893b104f8cdce159297ee9e8d849c0e.tar.gz
Correct __version__ in init
-rw-r--r--kafka/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/__init__.py b/kafka/__init__.py
index 73aa760..5298dbf 100644
--- a/kafka/__init__.py
+++ b/kafka/__init__.py
@@ -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'