summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--src/infiray_irg.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 77784f4..7bdd238 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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" },
]
diff --git a/src/infiray_irg.py b/src/infiray_irg.py
index 273d3fe..dfe0d0c 100644
--- a/src/infiray_irg.py
+++ b/src/infiray_irg.py
@@ -4,6 +4,8 @@ import numpy as np
import struct
import io
+__version__ = "1.3.0"
+
def load(data):
def consume(n):
nonlocal data