From 668d73e825af1548b44f34ed04a9116507850012 Mon Sep 17 00:00:00 2001 From: Fize Jacques <jacques.fize@cirad.fr> Date: Tue, 15 Oct 2019 20:53:55 +0200 Subject: [PATCH] change Version of the soft --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6802985..f50d7ee 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1', # Required + version='1.0', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: -- GitLab