From a5d9f23160af045d207b7e2c378aee1c411ecde3 Mon Sep 17 00:00:00 2001 From: fvaleye Date: Mon, 17 Jul 2023 11:11:36 +0200 Subject: [PATCH] Bump release to 0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8886e26..c45d18e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "tracarbon" authors = ["Florian Valeye "] -version = "0.7.0" +version = "0.7.1" description = "Tracarbon is a Python library that tracks your device's energy consumption and calculates your carbon emissions." readme = "README.md" license = "Apache-2.0"