From fcf73c47aea07619fcf55e72775d4601419ef7f1 Mon Sep 17 00:00:00 2001 From: codingfabi Date: Sun, 5 May 2024 16:44:44 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e0d6a1..5144447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "co2calculator" -version = "0.1.2b" +version = "0.1.3b" description = "Calculates CO2e emissions from travel and commuting as well as heating and electricity consumption of buildings" authors = ["pledge4future Team "] license = "GPL 3"