From 6597ca22d173943a0d69b28877ff5fa32b84eec9 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 1 Dec 2025 09:46:30 +0100 Subject: [PATCH] Bump version for bugfix release --- eos/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eos/__init__.py b/eos/__init__.py index 4dd3fe8..aa15261 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.6' -__date__ = '2025-11-05' +__version__ = '3.0.7' +__date__ = '2025-12-01'