Skip to content

Commit

Permalink
build: Update version to 0.4.0 and need PowerAPI 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
altor committed Jul 15, 2019
1 parent 9f371dc commit 1b8642a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM powerapi/powerapi:0.4.0
FROM powerapi/powerapi:0.6.1

WORKDIR /opt/rapl_formula
USER powerapi
Expand Down
2 changes: 1 addition & 1 deletion rapl_formula/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""

__version__ = "0.3.0"
__version__ = "0.4.0"
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1b8642a

Please sign in to comment.