summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8fd1828..6c4e69e 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ class Tox(Command):
setup(
name="kafka-python",
- version="0.8.1-1",
+ version="0.8.1-2",
install_requires=["distribute"],
tests_require=["tox"],