From b80a01325b50afe336412e4067300ae1a67de607 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 6 Oct 2025 16:12:47 +0200 Subject: [PATCH] Update version information for commit before merge of version 3 --- libeos/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libeos/__init__.py b/libeos/__init__.py index 6fb9a75..983b1c7 100644 --- a/libeos/__init__.py +++ b/libeos/__init__.py @@ -2,6 +2,6 @@ Package to handle data redction at AMOR instrument to be used by eos.py script. """ -__version__ = '3.0.0' -__date__ = '2025-06-30' +__version__ = '2.2.0' +__date__ = '2025-09-16'