From 3e7efaef6bb8c3d0dbe38ce9f31ab55ab1f3ff5b Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 24 Aug 2026 13:11:49 +0200 Subject: [PATCH] Add multiline title fix --- eos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/__init__.py b/eos/__init__.py index f1bb67d..5261f83 100644 --- a/eos/__init__.py +++ b/eos/__init__.py @@ -2,5 +2,5 @@ Package to handle data redction at the AMOR instrument to be used by __main__.py script. """ -__version__ = '3.3.2' +__version__ = '3.3.3' __date__ = '2026-08-24'