From c90bdd33169277541b647b63724449ca68d1bebf Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Fri, 10 Oct 2025 09:31:55 +0200 Subject: [PATCH] Bump version --- eos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/__init__.py b/eos/__init__.py index cbc8317..6ea5a3c 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.1' +__version__ = '3.0.2' __date__ = '2025-10-10'