diff options
author | David Arthur <mumrah@gmail.com> | 2013-04-02 20:18:55 -0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2013-04-02 20:21:07 -0400 |
commit | fd45ca59336f01d84ba0d04ab855c94903d67d52 (patch) | |
tree | 9777915d9e7a19c151353b0d8f927a0a4349567b /setup.py | |
parent | c275c023c5958c3b2b7d1aaf8642f2475d7780c8 (diff) | |
download | kafka-python-fd45ca59336f01d84ba0d04ab855c94903d67d52.tar.gz |
Update README and setup.py with new version
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |