From f384704f53682931994c662f85326fe45976069b Mon Sep 17 00:00:00 2001 From: glavic_a Date: Fri, 13 Mar 2026 13:37:26 +0100 Subject: [PATCH] New release version --- eos/__init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eos/__init__.py b/eos/__init__.py index ba38f85..170e596 100644 --- a/eos/__init__.py +++ b/eos/__init__.py @@ -1,6 +1,6 @@ -""" -Package to handle data redction at AMOR instrument to be used by __main__.py script. -""" - -__version__ = '3.2.6' -__date__ = '2026-03-10' +""" +Package to handle data redction at AMOR instrument to be used by __main__.py script. +""" + +__version__ = '3.2.7' +__date__ = '2026-03-13'