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,6 +4,8 @@ import numpy as np
import struct
import io
__version__ = "1.3.0"
def load(data):
def consume(n):
nonlocal data