From 6fab3a57ae5001f330c122909c5587df723d55c2 Mon Sep 17 00:00:00 2001 From: Guillaume Fieni Date: Tue, 30 Jul 2019 11:11:47 +0200 Subject: [PATCH] feat: Update project version to 0.4.1 --- rapl_formula/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapl_formula/__init__.py b/rapl_formula/__init__.py index 1c66d89..ff70064 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.4.0" +__version__ = "0.4.1"