summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/cxmanage4
-rw-r--r--setup.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/cxmanage b/scripts/cxmanage
index ea93997..9cb5d11 100755
--- a/scripts/cxmanage
+++ b/scripts/cxmanage
@@ -51,8 +51,8 @@ from cxmanage_api.cli.commands.tspackage import tspackage_command
from cxmanage_api.cli.commands.eeprom import eepromupdate_command
-PYIPMI_VERSION = '0.8.0'
-IPMITOOL_VERSION = '1.8.11.0-cx7'
+PYIPMI_VERSION = '0.9.0'
+IPMITOOL_VERSION = '1.8.11.0-cx8'
PARSER_EPILOG = """examples:
diff --git a/setup.py b/setup.py
index c44b83a..98aeaea 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ from setuptools import setup
setup(
name='cxmanage',
- version='0.9.0',
+ version='0.10.0',
packages=[
'cxmanage_api',
'cxmanage_api.cli',
@@ -50,7 +50,7 @@ setup(
install_requires=[
'tftpy',
'pexpect',
- 'pyipmi>=0.8.0',
+ 'pyipmi>=0.9.0',
'argparse',
'unittest-xml-reporting<1.6.0'
],