diff --git a/setup.py b/setup.py index 46654d56cc2c2e666810389445d5c9ab87882bfe..79a16e490e7189c993c98cc752c78bfefc2c0481 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="expetator", - version="0.3.12", + version="0.3.13", author="Georges Da Costa", author_email="georges.da-costa@irit.fr", description="A framework for monitoring HPC applications using DVFS", @@ -31,6 +31,7 @@ setuptools.setup( 'list_plot = expetator.monitoring_list:show_list_main', 'add_energy = expetator.add_energy:main', 'get_nb_freq = expetator.get_nb_freq:main', + 'clean_csv = expetator.clean_csv:main', ] }