We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d8333 commit e60e3dcCopy full SHA for e60e3dc
powerapi/__init__.py
@@ -27,4 +27,4 @@
27
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30
-__version__ = "0.6.4"
+__version__ = "0.6.5"
powerapi/cli/tools.py
@@ -32,6 +32,7 @@
32
import logging
33
34
from functools import reduce
35
+from powerapi.exception import PowerAPIException
36
from powerapi.cli.parser import MainParser, ComponentSubParser
37
from powerapi.cli.parser import store_true
38
from powerapi.cli.parser import BadValueException, MissingValueException
0 commit comments