diff --git a/confluent_client/setup.py b/confluent_client/setup.py index 9fad0cc3..78ed2ef9 100644 --- a/confluent_client/setup.py +++ b/confluent_client/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='confluent_client', - version='0.1.3', + version='0.1.4', author='Jarrod Johnson', author_email='jbjohnso@us.ibm.com', url='http://xcat.sf.net/', diff --git a/confluent_server/setup.py b/confluent_server/setup.py index 70527d8d..8ae90f97 100644 --- a/confluent_server/setup.py +++ b/confluent_server/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='confluent_server', - version='0.1.6', + version='0.1.7', author='Jarrod Johnson', author_email='jbjohnso@us.ibm.com', url='http://xcat.sf.net/',