From 353267f1f503422f6c65535e7fd3dfbd8040224f Mon Sep 17 00:00:00 2001 From: Benoit Petit Date: Sun, 9 Apr 2023 22:53:46 +0200 Subject: [PATCH] update version --- boagent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boagent/__init__.py b/boagent/__init__.py index 0a36cc5..1d95629 100644 --- a/boagent/__init__.py +++ b/boagent/__init__.py @@ -4,6 +4,6 @@ Monitoring agent/framework for evaluating the environmental impacts of a machine and its applications, including several to all steps of the life cycle of the machine and service, plus multiple criterias of impacts (not just CO2eq metrics / Global Warming Potential). Part of the efforts of https://boavizta.org/en and https://sdialliance.org/. """ -__version__ = "0.0.5" +__version__ = "0.0.7" __author__ = 'Benoit Petit ' __credits__ = 'Boavizta contributors'