We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e2b03 commit a06bd05Copy full SHA for a06bd05
vsl_ial/__init__.py
@@ -1,5 +1,5 @@
1
import numpy as np
2
import numpy.typing as npt
3
4
-__version__ = "0.0.6"
+__version__ = "0.0.7"
5
FArray = npt.NDArray[np.float32 | np.float64]
0 commit comments