From 61a0cb6f83e36172e2926c7c6813c7a56c857acc Mon Sep 17 00:00:00 2001 From: Thomas Dimson Date: Wed, 15 Jan 2014 11:29:27 -0800 Subject: 0.9.0 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6c4e69e..0869fee 100644 --- a/setup.py +++ b/setup.py @@ -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"], -- cgit v1.2.1