From 86d676ccc8436676a45e46cc809202edc370a4a1 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Fri, 10 Oct 2025 09:23:31 +0200 Subject: [PATCH] Update release date for 3.0.1 --- eos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/__init__.py b/eos/__init__.py index db55d52..cbc8317 100644 --- a/eos/__init__.py +++ b/eos/__init__.py @@ -3,4 +3,4 @@ Package to handle data redction at AMOR instrument to be used by __main__.py scr """ __version__ = '3.0.1' -__date__ = '2025-10-06' +__date__ = '2025-10-10'