Skip to content

Commit e60e3dc

Browse files
committed
build: update package version to 0.6.5
1 parent b2d8333 commit e60e3dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

powerapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929

30-
__version__ = "0.6.4"
30+
__version__ = "0.6.5"

powerapi/cli/tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import logging
3333

3434
from functools import reduce
35+
from powerapi.exception import PowerAPIException
3536
from powerapi.cli.parser import MainParser, ComponentSubParser
3637
from powerapi.cli.parser import store_true
3738
from powerapi.cli.parser import BadValueException, MissingValueException

0 commit comments

Comments
 (0)