diff options
author | Thomas Dimson <tdimson@gmail.com> | 2014-01-15 11:29:27 -0800 |
---|---|---|
committer | Thomas Dimson <tdimson@gmail.com> | 2014-01-15 11:29:27 -0800 |
commit | 61a0cb6f83e36172e2926c7c6813c7a56c857acc (patch) | |
tree | 9be60cdfb51cff7958f282d3060800a7aa1db48b /setup.py | |
parent | c7733e30dca6577f00f603e0018184a7c8b00ccf (diff) | |
download | kafka-python-61a0cb6f83e36172e2926c7c6813c7a56c857acc.tar.gz |
0.9.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ from setuptools import setup, Command class Tox(Command): user_options = [] + def initialize_options(self): pass @@ -19,7 +20,7 @@ class Tox(Command): setup( name="kafka-python", - version="0.8.1-2", + version="0.9.0", install_requires=["distribute"], tests_require=["tox"], |