From 6c222a514d0c5a7890b08069f2aed2e61099cd40 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Mon, 12 Oct 2020 14:18:19 +0200 Subject: [PATCH] Version 1.0.1 (fix prokka uniq headers bug) --- PanACoTA/__init__.py | 2 +- setup.cfg | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/PanACoTA/__init__.py b/PanACoTA/__init__.py index e1207a16..993bd0c6 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 0fb01dac..31c12f66 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 -- GitLab