From 26fdfd64d6a6ffe5593663b01ab3d3f98bfc4e46 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Wed, 25 Sep 2024 10:54:47 +0200 Subject: [PATCH] update version information --- libeos/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libeos/__init__.py b/libeos/__init__.py index 1099066..9d8cfca 100644 --- a/libeos/__init__.py +++ b/libeos/__init__.py @@ -2,5 +2,5 @@ Package to handle data redction at AMOR instrument to be used by eos.py script. """ -__version__ = '2.0' -__date__ = '2024-03-04' +__version__ = '2.1' +__date__ = '2024-08-25'