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 | |
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 |
-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 7bdd238..40aba09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "infiray_irg" -version = "1.3.0" +version = "1.4.0" authors = [ { name="jaseg", email="code@jaseg.de" }, ] 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): |