diff --git a/Makefile b/Makefile index e5e0f72..553b6ce 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ DOCKER_ORGANIZATION = thibaultfalque # The version of the package to build. -VERSION = 1.1.2 +VERSION = 1.1.3 # The directory of the unit tests for the package to build. diff --git a/metrics/__init__.py b/metrics/__init__.py index a8e0fdc..c599bda 100644 --- a/metrics/__init__.py +++ b/metrics/__init__.py @@ -35,9 +35,9 @@ __summary__ = 'rEproducible sofTware peRformance analysIs in perfeCt Simplicity' __keywords__ = 'reproducible software performance analysis' __uri__ = 'https://github.com/crillab/metrics' -__version__ = '1.1.2' +__version__ = '1.1.3' __author__ = 'Thibault Falque, Romain Wallon, Hugues Wattez' __email__ = 'thibault.falque@exakis-nelite.com, wallon@cril.fr, wattez@cril.fr' __license__ = 'LGPLv3+' -__copyright__ = '2019-2020 - Univ Artois & CNRS, Exakis Nelite' +__copyright__ = '2019-2022 - Univ Artois & CNRS, Exakis Nelite'