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