From a3eb6a173e8bab074b1941ce507ad34d5e359610 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Wed, 30 Oct 2024 14:32:04 +0100 Subject: [PATCH] bump version --- libeos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libeos/__init__.py b/libeos/__init__.py index 5e8facf..eab079d 100644 --- a/libeos/__init__.py +++ b/libeos/__init__.py @@ -2,5 +2,5 @@ Package to handle data redction at AMOR instrument to be used by eos.py script. """ -__version__ = '2.1.1' +__version__ = '2.1.2' __date__ = '2024-10-30'