From 9c2ed1c70c2c704e6140c34c2f216865c6f12b0d Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 20 Dec 2024 20:23:16 +0100 Subject: Bump version to v1.4.0 --- pyproject.toml | 2 +- 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): -- cgit