From 7f4f53e8e8b8d438c0abfe6d90dd782df7e29b3b Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 2 Mar 2026 11:29:50 +0100 Subject: [PATCH] try to rename version to see if this is the cause of failure --- eos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/__init__.py b/eos/__init__.py index 8eb195e..ad41303 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.3' +__version__ = '3.2.3-1' __date__ = '2026-02-27'