diff --git a/Makefile b/Makefile index 25d76ef..309a683 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ PACKAGE_NAME = crillab-metrics MODULE_NAME = metrics # The version of the package to build. -VERSION = 1.2.4 +VERSION = 1.2.5 # The directory of the unit tests for the package to build. TESTS = tests diff --git a/metrics/__init__.py b/metrics/__init__.py index c2e80f0..f2e1b63 100644 --- a/metrics/__init__.py +++ b/metrics/__init__.py @@ -35,7 +35,7 @@ __summary__ = 'rEproducible sofTware peRformance analysIs in perfeCt Simplicity' __keywords__ = 'reproducible software performance analysis' __uri__ = 'https://github.com/crillab/metrics' -__version__ = '1.2.4' +__version__ = '1.2.5' __author__ = 'Thibault Falque, Romain Wallon, Hugues Wattez' __email__ = 'metrics@cril.fr'