diff options
author | David Arthur <mumrah@gmail.com> | 2013-04-02 21:09:07 -0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2013-04-02 21:09:35 -0400 |
commit | 94a939ac8405cb7ff55ec5b49ba77087c0b12c6a (patch) | |
tree | 390a650763d10a6a09ac0883f9d8466ef5fa4d32 /setup.py | |
parent | 0bc2afe910e29431cf6effad6ba3464d4c10597e (diff) | |
download | kafka-python-0.7.tar.gz |
Making version number compatible with future versions0.7
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.1-alpha", + version="0.7.2-0", author="David Arthur", author_email="mumrah@gmail.com", url="https://github.com/mumrah/kafka-python", |