From 0c047e2f44cbb41d2104ddfaaf069c3747bc226d Mon Sep 17 00:00:00 2001 From: GuilhemSempere Date: Wed, 30 Oct 2024 09:07:43 +0100 Subject: [PATCH] Updated version to 1.0-RELEASE --- mbctools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbctools.py b/mbctools.py index 0585b80..d6b820b 100644 --- a/mbctools.py +++ b/mbctools.py @@ -46,7 +46,7 @@ __authors__ = "Christian Barnabé, Guilhem Sempéré" __contact__ = "guilhem.sempere@cirad.fr" __date__ = "2024-10-30" -__version__ = "1.0-RELEASE" +__version__ = "1.0" __copyright__ = "Copyright (c) 2024 IRD, CIRAD" __license__ = "This software is licensed under the MIT License. The full license text is available at https://github.com/GuilhemSempere/mbctools/blob/main/LICENSE"