Bump version to v1.3.0

This commit is contained in:
jaseg 2024-10-31 15:40:40 +01:00
parent a51a52291f
commit ec85ebad75
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@ build-backend = "pdm.backend"
[project]
name = "infiray_irg"
version = "1.2.0"
version = "1.3.0"
authors = [
{ name="jaseg", email="code@jaseg.de" },
]

View file

@ -4,6 +4,8 @@ import numpy as np
import struct
import io
__version__ = "1.3.0"
def load(data):
def consume(n):
nonlocal data