Bump version to v1.3.0
This commit is contained in:
parent
a51a52291f
commit
ec85ebad75
2 changed files with 3 additions and 1 deletions
|
|
@ -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" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ import numpy as np
|
|||
import struct
|
||||
import io
|
||||
|
||||
__version__ = "1.3.0"
|
||||
|
||||
def load(data):
|
||||
def consume(n):
|
||||
nonlocal data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue