From 3443a7355888a9a4fbd6b9de8c8f84c88643e5af Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 9 May 2014 16:45:55 -0400 Subject: [PATCH] Refresh package data to assure better pyghmi and confetty --- confluent_client/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_client/setup.py b/confluent_client/setup.py index 94cc7a4e..9dfa5632 100644 --- a/confluent_client/setup.py +++ b/confluent_client/setup.py @@ -2,11 +2,11 @@ from setuptools import setup setup( name='confluent_client', - version='0.1.1', + version='0.1.2', author='Jarrod Johnson', author_email='jbjohnso@us.ibm.com', url='http://xcat.sf.net/', packages=['confluent'], - install_requires=['confluent_common>=0.1.1'], + install_requires=['confluent_common>=0.1.0'], scripts=['bin/confetty'], )