From 20d3bf45c98cbe6653b6f4cd8ac6e30b0e7aa354 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Thu, 26 Feb 2026 10:16:42 +0100 Subject: [PATCH] Release changed version with log value filters --- eos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/__init__.py b/eos/__init__.py index cba61c7..a4f8fcd 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.1.1' +__version__ = '3.2.0' __date__ = '2026-02-26'