From db5713ab566aa652562b2f20dcda60e8cf906384 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 6 Oct 2025 18:18:57 +0200 Subject: [PATCH] bump revision --- eos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/__init__.py b/eos/__init__.py index 8c93e50..db55d52 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.0.0' +__version__ = '3.0.1' __date__ = '2025-10-06'