From 3a2584a60bec2ef85e25a224ccb68d6081f8d796 Mon Sep 17 00:00:00 2001 From: fvaleye Date: Tue, 7 Mar 2023 14:35:24 +0100 Subject: [PATCH] Bump release to v0.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a167beb..dbfea5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "tracarbon" authors = ["Florian Valeye "] -version = "0.5.2" +version = "0.5.3" 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"