Skip to content
Snippets Groups Projects
Commit b54e9a29 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Bumps revision number

parent f3ca5858
No related branches found
No related tags found
Loading
...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh: ...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="expetator", name="expetator",
version="0.3.12", version="0.3.13",
author="Georges Da Costa", author="Georges Da Costa",
author_email="georges.da-costa@irit.fr", author_email="georges.da-costa@irit.fr",
description="A framework for monitoring HPC applications using DVFS", description="A framework for monitoring HPC applications using DVFS",
...@@ -31,6 +31,7 @@ setuptools.setup( ...@@ -31,6 +31,7 @@ setuptools.setup(
'list_plot = expetator.monitoring_list:show_list_main', 'list_plot = expetator.monitoring_list:show_list_main',
'add_energy = expetator.add_energy:main', 'add_energy = expetator.add_energy:main',
'get_nb_freq = expetator.get_nb_freq:main', 'get_nb_freq = expetator.get_nb_freq:main',
'clean_csv = expetator.clean_csv:main',
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment