From 3875ec0e9b8277db96a56c58fb4fee102bd4628a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20d=27Az=C3=A9mar?= Date: Mon, 14 Oct 2019 10:57:58 +0200 Subject: [PATCH] build: update to version 0.2.0 --- pyRAPL/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyRAPL/__init__.py b/pyRAPL/__init__.py index 962ed85..be7727d 100644 --- a/pyRAPL/__init__.py +++ b/pyRAPL/__init__.py @@ -26,6 +26,6 @@ from pyRAPL.pyRAPL import setup from pyRAPL.measurement import Measurement, measure -__version__ = "0.1.0" +__version__ = "0.2.0" _sensor = None