diff --git a/PanACoTA/__init__.py b/PanACoTA/__init__.py
index e1207a16297969ba98f6176c2e760d268e8a283a..993bd0c654be8f6e00668ea6e873b051b2256541 100755
--- a/PanACoTA/__init__.py
+++ b/PanACoTA/__init__.py
@@ -1,3 +1,3 @@
 """PanACoTA"""
 
-__version__ = "1.0-dev"
+__version__ = "1.0.1"
diff --git a/setup.cfg b/setup.cfg
index 0fb01daca43b537a5d84e8101e90f293f8fe47cf..31c12f66dd6ef32e7acbf6250f9b17e202cef9a4 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,8 +7,7 @@ max-line-length = 100
 
 [tool:pytest]
 junit_family=legacy
-addopts = --cov-report=html --cov-report=xml --cov PanACoTA --mpl 
-# --cov-append
+addopts = --cov-report=html --cov-report=xml --cov PanACoTA --mpl --cov-append
 # add option for junit tests report --junitxml=junit_tests.xml
 # add option if coverage must be added to previous one --cov-append
 # add option to get report in terminal --cov-report=term