From 35c698e6d29e4751930f6aaf73e42c04ab2b65e2 Mon Sep 17 00:00:00 2001 From: Julia <julia.kende@pasteur.fr> Date: Fri, 21 Apr 2023 17:27:54 +0200 Subject: [PATCH] updating version number --- run_virus_pop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_virus_pop.py b/run_virus_pop.py index cf7101d..968a7b1 100755 --- a/run_virus_pop.py +++ b/run_virus_pop.py @@ -7,7 +7,7 @@ import sys from src.utils_argparse import check_positive, check_is_list, MyFormatter -__version__ = "1.0" +__version__ = "1.1" def ask_for_validation(): while True: -- GitLab