Skip to content

Commit e28f58b

Browse files
committed
🔖 Version 1.2.2
1 parent 0c6bd7e commit e28f58b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PACKAGE_NAME = crillab-metrics
1313
MODULE_NAME = metrics
1414

1515
# The version of the package to build.
16-
VERSION = 1.2.1
16+
VERSION = 1.2.2
1717

1818
# The directory of the unit tests for the package to build.
1919
TESTS = tests

metrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
__summary__ = 'rEproducible sofTware peRformance analysIs in perfeCt Simplicity'
3636
__keywords__ = 'reproducible software performance analysis'
3737
__uri__ = 'https://github.com/crillab/metrics'
38-
__version__ = '1.2.1'
38+
__version__ = '1.2.2'
3939
__author__ = 'Thibault Falque, Romain Wallon, Hugues Wattez'
4040
__email__ = '[email protected]'
4141

0 commit comments

Comments
 (0)