Bump version to v1.6.0
This commit is contained in:
parent
9621f82968
commit
eb0f779403
2 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue