From c165bb8ce4c25432d49a29761284286dead74f3f Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Tue, 10 Mar 2026 14:59:03 +0100 Subject: [PATCH] Update revision to 3.2.6 --- eos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/__init__.py b/eos/__init__.py index 2205db2..ba38f85 100644 --- a/eos/__init__.py +++ b/eos/__init__.py @@ -2,5 +2,5 @@ Package to handle data redction at AMOR instrument to be used by __main__.py script. """ -__version__ = '3.2.5' +__version__ = '3.2.6' __date__ = '2026-03-10'