From c6580bd267c5a79aeda116641d53ea6bed1a9262 Mon Sep 17 00:00:00 2001 From: YeChen-IDM Date: Wed, 30 Nov 2022 11:58:46 -0800 Subject: [PATCH] update to version v1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac99e45..3305bc5 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def load_arguments_from_file(filepath, arguments_list): setuptools.setup( name="malaria_model_validation", - version="1.0.0", + version="1.1.0", author=[author[0] for author in authors], author_email=[author[1] for author in authors], description="malaria-model_validation package",