Bump version to v1.4.0

This commit is contained in:
jaseg 2024-12-20 20:23:16 +01:00
parent f60da2a643
commit 9c2ed1c70c
2 changed files with 2 additions and 2 deletions

View file

@ -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" },
]

View file

@ -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):