diff options
author | jaseg <git@jaseg.de> | 2025-02-05 20:30:43 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-02-05 20:30:43 +0100 |
commit | 5653bcc6e16b01d93bc3b2f10c96c26e7be111f3 (patch) | |
tree | ff270ff81361156948762592ed6596a779ecda11 | |
parent | 176c1ccac2a2c758ac3a5d3922e05a1b936360e5 (diff) | |
download | infiray_irg_py-1.5.0.tar.gz infiray_irg_py-1.5.0.tar.bz2 infiray_irg_py-1.5.0.zip |
-rw-r--r-- | pyproject.toml | 2 | ||||
-rw-r--r-- | src/infiray_irg.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 40aba09..cb0f3ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "infiray_irg" -version = "1.4.0" +version = "1.5.0" authors = [ { name="jaseg", email="code@jaseg.de" }, ] diff --git a/src/infiray_irg.py b/src/infiray_irg.py index 400febb..8a3dd85 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.4.0" +__version__ = "1.5.0" def load(data, print_debug_information=False): def consume(n): |