summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2013-04-02 20:18:55 -0400
committerDavid Arthur <mumrah@gmail.com>2013-04-02 20:21:07 -0400
commitfd45ca59336f01d84ba0d04ab855c94903d67d52 (patch)
tree9777915d9e7a19c151353b0d8f927a0a4349567b /setup.py
parentc275c023c5958c3b2b7d1aaf8642f2475d7780c8 (diff)
downloadkafka-python-fd45ca59336f01d84ba0d04ab855c94903d67d52.tar.gz
Update README and setup.py with new version
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 18f9fcc..d615694 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name="kafka-python",
- version="0.2-alpha",
+ version="0.8.1-1",
author="David Arthur",
author_email="mumrah@gmail.com",
url="https://github.com/mumrah/kafka-python",