diff --git a/pyproject.toml b/pyproject.toml index cb0f3ac..6842525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "infiray_irg" -version = "1.5.0" +version = "1.6.0" authors = [ { name="jaseg", email="code@jaseg.de" }, ] diff --git a/src/infiray_irg.py b/src/infiray_irg.py index 615dac4..cb10487 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.5.0" +__version__ = "1.6.0" def load(data, print_debug_information=False): def consume(n):