summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 009e14f..86d1d9f 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ class Tox(Command):
setup(
name="kafka-python",
- version="0.9.0",
+ version="0.9.1",
install_requires=["distribute"],
tests_require=["tox", "mock"],