fix issue with integers on windows where default is 32bit

This commit is contained in:
2024-09-25 11:27:41 +02:00
parent e7e9094040
commit c1ccfb039e
4 changed files with 7 additions and 7 deletions

View File

@@ -2,5 +2,5 @@
Package to handle data redction at AMOR instrument to be used by eos.py script.
"""
__version__ = '2.1'
__version__ = '2.1.0'
__date__ = '2024-08-25'