summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2013-03-01 15:12:21 -0500
committerDavid Arthur <mumrah@gmail.com>2013-04-02 20:19:30 -0400
commiteac51e9c68c50f15962b6c785ede92cb3d512a17 (patch)
treeec814fa65e96a8a4db1d2e6aceb319ebb23a781f /setup.py
parent2a3d231aa61642c57537bc2128dd4f2bd30f35dd (diff)
downloadkafka-python-eac51e9c68c50f15962b6c785ede92cb3d512a17.tar.gz
Integration tests passing
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 90608a2..18f9fcc 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name="kafka-python",
- version="0.1-alpha",
+ version="0.2-alpha",
author="David Arthur",
author_email="mumrah@gmail.com",
url="https://github.com/mumrah/kafka-python",