From 9c441df0504f86a51b10a08c6006ad04ed36b539 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 9 May 2014 16:43:44 -0400 Subject: [PATCH] Refresh package data to assure better pyghmi and confetty --- confluent_client/setup.py | 6 +++--- confluent_server/setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/confluent_client/setup.py b/confluent_client/setup.py index ec3e0c42..94cc7a4e 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.0', + version='0.1.1', author='Jarrod Johnson', author_email='jbjohnso@us.ibm.com', url='http://xcat.sf.net/', packages=['confluent'], - install_requires=['confluent_common>=0.1.0'], - scripts=['bin/confetty', 'bin/nodepower'], + install_requires=['confluent_common>=0.1.1'], + scripts=['bin/confetty'], ) diff --git a/confluent_server/setup.py b/confluent_server/setup.py index b182de0a..dd5457c7 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.1', + version='0.1.2', author='Jarrod Johnson', author_email='jbjohnso@us.ibm.com', url='http://xcat.sf.net/', @@ -11,6 +11,6 @@ setup( 'confluent/plugins/hardwaremanagement/', 'confluent/plugins/configuration/'], install_requires=['pycrypto>=2.6', 'confluent_client>=0.1.0', 'eventlet', - 'pyghmi>=0.6.0'], + 'pyghmi>=0.6.5'], scripts=['bin/confluent'], )