From 1b8642afe38856afe4157c56fef45ec807932cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20d=27Az=C3=A9mar?= Date: Mon, 15 Jul 2019 17:09:38 +0200 Subject: [PATCH] build: Update version to 0.4.0 and need PowerAPI 0.6.1 --- Dockerfile | 2 +- rapl_formula/__init__.py | 2 +- setup.cfg | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17d096e..896e5f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM powerapi/powerapi:0.4.0 +FROM powerapi/powerapi:0.6.1 WORKDIR /opt/rapl_formula USER powerapi diff --git a/rapl_formula/__init__.py b/rapl_formula/__init__.py index 2434916..1c66d89 100644 --- a/rapl_formula/__init__.py +++ b/rapl_formula/__init__.py @@ -29,4 +29,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ -__version__ = "0.3.0" +__version__ = "0.4.0" diff --git a/setup.cfg b/setup.cfg index cf769d8..dde4008 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,6 @@ license = BSD 3-Clause License classifiers = Programming Language :: Python :: 3.7 License :: OSI Approved :: BSD License - # Framework :: PowerAPI [options] zip_safe = False @@ -23,7 +22,7 @@ test_suite = tests setup_requires = pytest-runner >=3.9.2 install_requires = - powerapi >= 0.4.0 + powerapi >= 0.6.1 tests_require = pytest >=3.9.2 mock >=2.0