Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tfalque.ext committed Jun 30, 2022
2 parents 2568557 + f0051ec commit 3ee1dfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PACKAGE_NAME = crillab-metrics
MODULE_NAME = metrics

# The version of the package to build.
VERSION = 1.2.0
VERSION = 1.2.1

# The directory of the unit tests for the package to build.
TESTS = tests
Expand Down
2 changes: 1 addition & 1 deletion metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
__version__ = '1.2.1'
__author__ = 'Thibault Falque, Romain Wallon, Hugues Wattez'
__email__ = '[email protected]'

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
crillab-autograph
dash-bootstrap-components
deprecated
InquirerPy
jinja2
jsonpickle
loguru
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def requirements() -> List[str]:
'crillab-autograph',
'dash-bootstrap-components',
'deprecated',
'InquirerPy',
'jinja2',
'jsonpickle',
'loguru',
Expand Down

0 comments on commit 3ee1dfc

Please sign in to comment.