From e39d8b108a1af7f5e4d83f8c006348333ebc63b7 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 6 Oct 2025 15:46:27 +0200 Subject: [PATCH] update version info data --- eos/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eos/__init__.py b/eos/__init__.py index c79cb03..8c93e50 100644 --- a/eos/__init__.py +++ b/eos/__init__.py @@ -3,5 +3,4 @@ Package to handle data redction at AMOR instrument to be used by __main__.py scr """ __version__ = '3.0.0' -__date__ = '2025-10-03' - +__date__ = '2025-10-06'