diff options
author | jaseg <git@jaseg.de> | 2024-12-20 20:23:16 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-12-20 20:23:16 +0100 |
commit | 9c2ed1c70c2c704e6140c34c2f216865c6f12b0d (patch) | |
tree | 643285ae920e301b4efd2f83987cc06eee5e6ab5 /src/infiray_irg.py | |
parent | f60da2a6430d82576d017633eb21e51652391d96 (diff) | |
download | infiray_irg_py-1.4.0.tar.gz infiray_irg_py-1.4.0.tar.bz2 infiray_irg_py-1.4.0.zip |
Diffstat (limited to 'src/infiray_irg.py')
-rw-r--r-- | src/infiray_irg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infiray_irg.py b/src/infiray_irg.py index 291dfe3..c6a583a 100644 --- a/src/infiray_irg.py +++ b/src/infiray_irg.py @@ -4,7 +4,7 @@ import numpy as np import struct import io -__version__ = "1.3.0" +__version__ = "1.4.0" def load(data): def consume(n): |