From eac51e9c68c50f15962b6c785ede92cb3d512a17 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Fri, 1 Mar 2013 15:12:21 -0500 Subject: Integration tests passing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.1 From fd45ca59336f01d84ba0d04ab855c94903d67d52 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Tue, 2 Apr 2013 20:18:55 -0400 Subject: Update README and setup.py with new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 18f9fcc..d615694 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name="kafka-python", - version="0.2-alpha", + version="0.8.1-1", author="David Arthur", author_email="mumrah@gmail.com", url="https://github.com/mumrah/kafka-python", -- cgit v1.2.1