summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2013-04-02 21:09:07 -0400
committerDavid Arthur <mumrah@gmail.com>2013-04-02 21:09:35 -0400
commit94a939ac8405cb7ff55ec5b49ba77087c0b12c6a (patch)
tree390a650763d10a6a09ac0883f9d8466ef5fa4d32
parent0bc2afe910e29431cf6effad6ba3464d4c10597e (diff)
downloadkafka-python-0.7.tar.gz
Making version number compatible with future versions0.7
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 90608a2..de15723 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name="kafka-python",
- version="0.1-alpha",
+ version="0.7.2-0",
author="David Arthur",
author_email="mumrah@gmail.com",
url="https://github.com/mumrah/kafka-python",