diff --git a/boagent/__init__.py b/boagent/__init__.py index d755a7f..0a36cc5 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.3" +__version__ = "0.0.5" __author__ = 'Benoit Petit ' __credits__ = 'Boavizta contributors'