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'