Bump version to v1.6.0

This commit is contained in:
jaseg 2025-11-05 01:06:15 +01:00
parent 9621f82968
commit eb0f779403
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -4,7 +4,7 @@ import numpy as np
import struct import struct
import io import io
__version__ = "1.5.0" __version__ = "1.6.0"
def load(data, print_debug_information=False): def load(data, print_debug_information=False):
def consume(n): def consume(n):