diff --git a/eos/__init__.py b/eos/__init__.py index f1bb67d..5261f83 100644 --- a/eos/__init__.py +++ b/eos/__init__.py @@ -2,5 +2,5 @@ Package to handle data redction at the AMOR instrument to be used by __main__.py script. """ -__version__ = '3.3.2' +__version__ = '3.3.3' __date__ = '2026-08-24'