summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2013-12-19 09:17:37 -0600
committerGeorge Kraft <george.kraft@calxeda.com>2013-12-19 09:17:37 -0600
commit8f5bb671e914d7958498ab0e43ed4c2aafb51a91 (patch)
tree18a3838a80d043348c7759e92a7d61fbeb137ae9
parentbe6ef367ed81142da03b51c73e46769f941b8b70 (diff)
downloadpyipmi-8f5bb671e914d7958498ab0e43ed4c2aafb51a91.tar.gz
nojira: bump to pyipmi v0.11.0HEADv0.11.0master
Skipping 0.10 entirely so that version numbering is in sync with cxmanage.
-rw-r--r--pyipmi/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyipmi/__init__.py b/pyipmi/__init__.py
index dd9222c..7e981ca 100644
--- a/pyipmi/__init__.py
+++ b/pyipmi/__init__.py
@@ -32,7 +32,7 @@
"""pyipmi provides IPMI client functionality"""
from __future__ import print_function
-__version__ = "0.9.2"
+__version__ = "0.11.0"
__all__ = ['Handle', 'Tool', 'Command', 'make_bmc', 'IpmiError']